Mac OS X Reference Library Apple Developer
Search

ErrorEvent

Module:
events
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

initErrorEvent

initErrorEvent



void initErrorEvent(
    in DOMString typeArg,
    in boolean canBubbleArg,
    in boolean cancelableArg,
    in DOMString messageArg,
    in DOMString filenameArg,
    in unsigned long linenoArg); 

Member Data

filename
lineno
message

filename



readonly attribute DOMString filename; 

lineno



readonly attribute unsigned long lineno; 

message



readonly attribute DOMString message; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27