The afterscriptexecute event is fired after a script has been executed.
General info
-
Interface
-
Event
-
Bubbles
-
Yes
-
Cancelable
-
No
-
Target
-
defaultView,
Document, Element
-
Default Action
-
None
Properties
| Property |
Type |
Description |
target Read only |
EventTarget |
The script tag whose content has been executed. |
type Read only |
DOMString |
The type of event. |
bubbles Read only |
boolean |
Does the event normally bubble? |
cancelable Read only |
boolean |
Is it possible to cancel the event? |
Specifications
Browser compatibility
| Feature |
Chrome |
Firefox (Gecko) |
Internet Explorer |
Opera |
Safari (WebKit) |
| Basic support |
Not supported |
4.0 (2.0) |
? |
? |
Not supported |
| Feature |
Android |
Firefox Mobile (Gecko) |
IE Phone |
Opera Mobile |
Safari Mobile |
| Basic support |
Not supported |
4.0 (2.0) |
? |
? |
Not supported |
Document Tags and Contributors
Last updated by:
teoli,