ErrorEvent

Moduleejs.events
Definition class ErrorEvent
InheritanceErrorEvent inherit Event inherit Object
Specifiedwebworker

WARNGING: This class is prototype and will be changed in the next release.

Event for exceptions.


Properties

QualifiersPropertyTypeDescription
public filenameStringSource filename of the script that issued the error.
public linenoStringSource line number in the script that issued the error.
public messageStringEvent message.
public stackStringCallback stack at the point of the error.

ErrorEvent Methods

QualifiersMethod
ErrorEvent()

Method Detail