beforescriptexecute

The beforescriptexecute event is fired when a script is about to be executed. Cancelling the event prevents the script from executing.

General info

Specification
HTML5 (WHATWG)
Interface
Event
Bubbles
Yes
Cancelable
Yes
Target
defaultView, Document, Element
Default Action
None

Properties

Property Type Description
target Read only EventTarget The script tag whose content is about to be 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?

Related Events

Document Tags and Contributors

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