This event was a proposal in an early version of the specification. Do not rely on it.
afterscriptexecute 事件在一个脚本已执行后触发。
General info
- Specification
- HTML 5.1 (removed)
- Interface
Event
- Bubbles
- Yes
- Cancelable
- No
- Target
- defaultView,
Document
, Element
- Default Action
- None
Properties
Property |
Type |
Description |
target 只读 |
EventTarget |
The script tag whose content has been executed. |
type 只读 |
DOMString |
The type of event. |
bubbles 只读 |
Boolean |
Whether the event normally bubbles or not |
cancelable 只读 |
Boolean |
Whether the event is cancellable or not? |
Browser compatibility
Feature |
Chrome |
Firefox (Gecko) |
Internet Explorer |
Opera |
Safari (WebKit) |
Basic support |
未实现 |
4.0 (2.0) |
? |
? |
未实现 |
Feature |
Android |
Firefox Mobile (Gecko) |
IE Phone |
Opera Mobile |
Safari Mobile |
Basic support |
未实现 |
4.0 (2.0) |
? |
? |
未实现 |
文档标签和贡献者