mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 20:42:11 +02:00
These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
6 lines
191 B
Plaintext
6 lines
191 B
Plaintext
// https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-beforeunloadevent-interface
|
|
[Exposed=Window]
|
|
interface BeforeUnloadEvent : Event {
|
|
attribute DOMString returnValue;
|
|
};
|