Note: This feature is available in Web Workers.
The ErrorEvent
interface represents events providing information related to errors in scripts or in files.
ErrorEvent()
Creates an ErrorEvent
event with the given parameters.
Also inherits properties from its parent Event
.
ErrorEvent.message
Read only
A string containing a human-readable error message describing the problem.
ErrorEvent.filename
Read only
A string containing the name of the script file in which the error occurred.
ErrorEvent.lineno
Read only
An integer containing the line number of the script file on which the error occurred.
ErrorEvent.colno
Read only
An integer containing the column number of the script file on which the error occurred.
ErrorEvent.error
Read only
A JavaScript value, such as an Error
or DOMException
, representing the error associated with this event.
Inherits methods from its parent Event
.
Window
: error
eventNavigation
: navigateerror
eventRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.3