You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In test frameworks and some environments it is beneficial if exceptions thrown are catched by the environment and not by Happy DOM. We should make it possible to disable the try and catch and let the framework handle it.
The text was updated successfully, but these errors were encountered:
…ing. Happy DOM will by default try to catch errors in functionality such as scripts, timers and event listeners. This setting makes it possible it possible to disable this behaviour.
In test frameworks and some environments it is beneficial if exceptions thrown are catched by the environment and not by Happy DOM. We should make it possible to disable the try and catch and let the framework handle it.
The text was updated successfully, but these errors were encountered: