BeforeUnloadEvent.idl 216 B

1234567
  1. #import <DOM/Event.idl>
  2. // https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-beforeunloadevent-interface
  3. [Exposed=Window]
  4. interface BeforeUnloadEvent : Event {
  5. attribute DOMString returnValue;
  6. };