Skip to content

Commit

Permalink
fix unhandledrejection_event / onunhandledrejection edge compatibility (
Browse files Browse the repository at this point in the history
#9350)

The current data says it's available in <= 79.  this conflicts with caniuse (https://caniuse.com/?search=unhandledrejection) as well as not making much sense and also conflicting with my own testing - I verified it's available in Edge 88; and it's also been in Chrome for a while.  As 79 is the first Edge based on the same code base as Chrome, it seems far more likely that Edge >=79 is the correct range of Edge versions with support - or certainly more correct than the <=79 range.
  • Loading branch information
dgoldstein0 authored Mar 10, 2021
1 parent 35ca65b commit 3832fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/Window.json
Original file line number Diff line number Diff line change
Expand Up @@ -9944,7 +9944,7 @@
"version_added": "49"
},
"edge": {
"version_added": "79"
"version_added": "79"
},
"firefox": [
{
Expand Down
2 changes: 1 addition & 1 deletion api/WindowEventHandlers.json
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@
"version_added": "49"
},
"edge": {
"version_added": "79"
"version_added": "79"
},
"firefox": [
{
Expand Down

0 comments on commit 3832fa6

Please sign in to comment.