Skip to content

Commit

Permalink
Remove close event from GlobalEventHandlers (#16545)
Browse files Browse the repository at this point in the history
* Demix close event from GlobalEventHandlers

* Update Document.json

* Update HTMLElement.json

* Update Window.json

Co-authored-by: Philip Jägenstedt <philip@foolip.org>
  • Loading branch information
queengooborg and foolip authored Jul 10, 2022
1 parent 4ecd89a commit 28c3b89
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions api/GlobalEventHandlers.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,39 +354,6 @@
}
}
},
"onclose": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GlobalEventHandlers/onclose",
"spec_url": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onclose",
"support": {
"chrome": {
"version_added": "32"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "53"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"oncontextmenu": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GlobalEventHandlers/oncontextmenu",
Expand Down

0 comments on commit 28c3b89

Please sign in to comment.