reportError
Description
The reportError of WindowOrWorkerGlobalScope for JS dispatches an error event at the global object for the given value e, in the same fashion as an unhandled exception.
Syntax
self.reportError(e)
Parameters
e
The exception.
The reportError of WindowOrWorkerGlobalScope for JS dispatches an error event at the global object for the given value e, in the same fashion as an unhandled exception.
self.reportError(e)
The exception.