Skip to content

Commit

Permalink
Update Firefox data for api.Window.unhandledrejection_event (mdn#21464)
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for Firefox and Firefox Android for the `unhandledrejection_event` member of the `Window` API. This fixes mdn#12750, which contains the supporting evidence for this change.
  • Loading branch information
queengooborg authored Dec 12, 2023
1 parent bb850dc commit 4a876a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/Window.json
Original file line number Diff line number Diff line change
Expand Up @@ -6435,7 +6435,8 @@
},
"edge": "mirror",
"firefox": {
"version_added": "69"
"version_added": "69",
"notes": "<code>event.preventDefault()</code> does not prevent Firefox from logging the error message in the console, see <a href='https://bugzil.la/1642147'>bug 1642147</a>."
},
"firefox_android": "mirror",
"ie": {
Expand Down

0 comments on commit 4a876a0

Please sign in to comment.