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.
(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.
(error this)
Property.
Is a JavaScript Object that is concerned by the event.
Property. Is a JavaScript Object that is concerned by the event.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close