Variable rethrowErrorsConst

rethrowErrors: ErrorStrategy = ...

ErrorStrategy that rethrows errors. This will cause asynchronous errors to be unhandled, which by default will break the current flow and output these as errors to the console in browsers and Node outputs a warning.

Generated using TypeDoc