Liking cljdoc? Tell your friends :D

web.workers.ErrorEvent

The ErrorEvent interface represents events providing information to errors in scripts or in files.

The ErrorEvent interface represents events providing information
to errors in scripts or in files.
raw docstring

colnocljs

(colno this)

Property.

Is an integer containing the column number of the script file which the error occurred.

Property.

Is an integer containing the column number of the script file
which the error occurred.
sourceraw docstring

errorcljs

(error this)

Property.

Is a JavaScript Object that is concerned by the event.

Property.

Is a JavaScript Object that is concerned by the event.
sourceraw docstring

filenamecljs

(filename this)

Property.

Is a DOMString containing the name of the script file in which error occurred.

Property.

Is a DOMString containing the name of the script file in which
error occurred.
sourceraw docstring

linenocljs

(lineno this)

Property.

Is an integer containing the line number of the script file on the error occurred.

Property.

Is an integer containing the line number of the script file on
the error occurred.
sourceraw docstring

messagecljs

(message this)

Property.

Is a DOMString containing a human-readable error message describing problem.

Property.

Is a DOMString containing a human-readable error message describing
problem.
sourceraw docstring

set-colno!cljs

(set-colno! this val)

Property.

Is an integer containing the column number of the script file which the error occurred.

Property.

Is an integer containing the column number of the script file
which the error occurred.
sourceraw docstring

set-error!cljs

(set-error! this val)

Property.

Is a JavaScript Object that is concerned by the event.

Property.

Is a JavaScript Object that is concerned by the event.
sourceraw docstring

set-filename!cljs

(set-filename! this val)

Property.

Is a DOMString containing the name of the script file in which error occurred.

Property.

Is a DOMString containing the name of the script file in which
error occurred.
sourceraw docstring

set-lineno!cljs

(set-lineno! this val)

Property.

Is an integer containing the line number of the script file on the error occurred.

Property.

Is an integer containing the line number of the script file on
the error occurred.
sourceraw docstring

set-message!cljs

(set-message! this val)

Property.

Is a DOMString containing a human-readable error message describing problem.

Property.

Is a DOMString containing a human-readable error message describing
problem.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close