HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

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.

Examples

1 · e