Skip to content

Commit

Permalink
Deno 1.24 supports the beforeunload event
Browse files Browse the repository at this point in the history
The Deno 1.24 release adds support for the beforeunload event.

Refs: denoland/deno#14830
  • Loading branch information
cjihrig committed Jul 21, 2022
1 parent c43f587 commit 7a48abd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions api/BeforeUnloadEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"version_added": "30"
},
"chrome_android": "mirror",
"deno": {
"version_added": "1.24"
},
"edge": {
"version_added": "12"
},
Expand Down Expand Up @@ -47,6 +50,9 @@
"version_added": "30"
},
"chrome_android": "mirror",
"deno": {
"version_added": false
},
"edge": {
"version_added": "12"
},
Expand Down Expand Up @@ -86,6 +92,9 @@
"version_added": "60"
},
"chrome_android": "mirror",
"deno": {
"version_added": false
}
"edge": {
"version_added": "18"
},
Expand Down
12 changes: 12 additions & 0 deletions api/Window.json
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,9 @@
"version_added": "1"
},
"chrome_android": "mirror",
"deno": {
"version_added": "1.24"
},
"edge": {
"version_added": "12"
},
Expand Down Expand Up @@ -360,6 +363,9 @@
"version_added": "30"
},
"chrome_android": "mirror",
"deno": {
"version_added": false
},
"edge": {
"version_added": "12"
},
Expand Down Expand Up @@ -397,6 +403,9 @@
"version_added": false
},
"chrome_android": "mirror",
"deno": {
"version_added": false
},
"edge": {
"version_added": "12",
"version_removed": "79"
Expand Down Expand Up @@ -435,6 +444,9 @@
"version_added": "1"
},
"chrome_android": "mirror",
"deno": {
"version_added": false
},
"edge": {
"version_added": "12"
},
Expand Down

0 comments on commit 7a48abd

Please sign in to comment.