Skip to content

Commit 356e085

Browse files
authored
Make beforeunload name consistent with other event features (#2869)
Such as beforeinstallprompt, hashchange, and messageerror.
1 parent e3f20c9 commit 356e085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/beforeunload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Beforeunload
1+
name: beforeunload
22
description: "The `beforeunload` event is fired when the current window is about to be unloaded. Typically this is used to display a dialog to confirm if users really want to leave the page when there is unsaved data that would be lost."
33
spec: https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-beforeunloadevent-interface
44
status:

0 commit comments

Comments
 (0)