afterscriptexecute

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

Specification Status Comment
WHATWG HTML Living Standard Living Standard No change.
HTML5.1 (draft) Working Draft Initial specification.

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

Tags: 
 Contributors to this page: teoli, Sheppy, ethertank, louisremi
 Last updated by: teoli,