Skip to content

Commit

Permalink
Correct data for Window.beforeunload_event (mdn#20972)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored and Elchi3 committed Nov 14, 2023
1 parent c80b2c1 commit de467a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/Window.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,9 @@
},
{
"version_added": "30",
"version_removed": "118",
"version_removed": "119",
"partial_implementation": true,
"notes": "Incorrectly activated the dialog with an empty string value."
"notes": "Before Chrome 119, an empty string incorrectly activated the confirmation dialog."
}
],
"chrome_android": "mirror",
Expand Down Expand Up @@ -483,7 +483,7 @@
},
"return_string_activation": {
"__compat": {
"description": "Activation by returning any truthy value",
"description": "Activation by returning a string",
"support": {
"chrome": {
"version_added": "1"
Expand Down

0 comments on commit de467a0

Please sign in to comment.