Skip to content

Commit

Permalink
onsecuritypolicyviolation global event handler and friends (mdn#12289)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Sep 10, 2021
1 parent afaa0a4 commit 149e0e2
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
49 changes: 49 additions & 0 deletions api/GlobalEventHandlers.json
Original file line number Diff line number Diff line change
Expand Up @@ -3931,6 +3931,55 @@
}
}
},
"onsecuritypolicyviolation": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GlobalEventHandlers/onsecuritypolicyviolation",
"spec_url": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onsecuritypolicyviolation",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": {
"version_added": false
},
"edge": {
"version_added": false
},
"firefox": {
"version_added": "93"
},
"firefox_android": {
"version_added": "93"
},
"ie": {
"version_added": false
},
"opera": {
"version_added": false
},
"opera_android": {
"version_added": false
},
"safari": {
"version_added": "preview"
},
"safari_ios": {
"version_added": false
},
"samsunginternet_android": {
"version_added": false
},
"webview_android": {
"version_added": false
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"onseeked": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GlobalEventHandlers/onseeked",
Expand Down
2 changes: 1 addition & 1 deletion api/SecurityPolicyViolationEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down

0 comments on commit 149e0e2

Please sign in to comment.