17 lines
476 B
JSON
17 lines
476 B
JSON
{
|
|
"info": {
|
|
"name": "DOM Level 2: Events",
|
|
"subsection_number": null,
|
|
"subsection_name": null,
|
|
"url": "https://www.w3.org/TR/DOM-Level-2-Events/"
|
|
},
|
|
"features": [
|
|
"Document.prototype.createEvent",
|
|
"Event.prototype.initEvent",
|
|
"Event.prototype.preventDefault",
|
|
"Event.prototype.stopPropagation",
|
|
"EventTarget.prototype.addEventListener",
|
|
"EventTarget.prototype.dispatchEvent",
|
|
"EventTarget.prototype.removeEventListener"
|
|
]
|
|
}
|