Home
last modified time | relevance | path

Searched refs:BeforeUnloadEvent (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DglobalThisBlockscopedProperties.types67 …onse" | "AuthenticatorResponse" | "BarProp" | "BaseAudioContext" | "BeforeUnloadEvent" | "BhxBrows…
DmappedTypeRecursiveInference.types100 …y; AuthenticatorResponse: any; BarProp: any; BaseAudioContext: any; BeforeUnloadEvent: any; BhxBro…
102 …y; AuthenticatorResponse: any; BarProp: any; BaseAudioContext: any; BeforeUnloadEvent: any; BhxBro…
108 …y; AuthenticatorResponse: any; BarProp: any; BaseAudioContext: any; BeforeUnloadEvent: any; BhxBro…
110 …y; AuthenticatorResponse: any; BarProp: any; BaseAudioContext: any; BeforeUnloadEvent: any; BhxBro…
/third_party/typescript/tests/lib/
Dlib.d.ts4526 interface BeforeUnloadEvent extends Event { interface
4530 declare var BeforeUnloadEvent: { variable
4531 prototype: BeforeUnloadEvent;
4532 new(): BeforeUnloadEvent;
7592 onbeforeunload: (ev: BeforeUnloadEvent) => any;
7640 …addEventListener(type: "beforeunload", listener: (ev: BeforeUnloadEvent) => any, useCapture?: bool…
8535 onbeforeunload: (ev: BeforeUnloadEvent) => any;
8588 …addEventListener(type: "beforeunload", listener: (ev: BeforeUnloadEvent) => any, useCapture?: bool…
15915 onbeforeunload: (ev: BeforeUnloadEvent) => any;
16074 …addEventListener(type: "beforeunload", listener: (ev: BeforeUnloadEvent) => any, useCapture?: bool…
[all …]
/third_party/typescript/lib/
Dlib.dom.d.ts2561 interface BeforeUnloadEvent extends Event { interface
2565 declare var BeforeUnloadEvent: { variable
2566 prototype: BeforeUnloadEvent;
2567 new(): BeforeUnloadEvent;
4722 createEvent(eventInterface: "BeforeUnloadEvent"): BeforeUnloadEvent;
4972 createEvent(eventInterface: "BeforeUnloadEvent"): BeforeUnloadEvent;
18448 "beforeunload": BeforeUnloadEvent;
18683 "beforeunload": BeforeUnloadEvent;
18702 onbeforeunload: ((this: WindowEventHandlers, ev: BeforeUnloadEvent) => any) | null;
20010 declare var onbeforeunload: ((this: Window, ev: BeforeUnloadEvent) => any) | null;
/third_party/typescript/src/lib/
Ddom.generated.d.ts2541 interface BeforeUnloadEvent extends Event { interface
2545 declare var BeforeUnloadEvent: { variable
2546 prototype: BeforeUnloadEvent;
2547 new(): BeforeUnloadEvent;
4702 createEvent(eventInterface: "BeforeUnloadEvent"): BeforeUnloadEvent;
4952 createEvent(eventInterface: "BeforeUnloadEvent"): BeforeUnloadEvent;
18428 "beforeunload": BeforeUnloadEvent;
18663 "beforeunload": BeforeUnloadEvent;
18682 onbeforeunload: ((this: WindowEventHandlers, ev: BeforeUnloadEvent) => any) | null;
19990 declare var onbeforeunload: ((this: Window, ev: BeforeUnloadEvent) => any) | null;
/third_party/typescript_eslint/packages/scope-manager/src/lib/
Ddom.ts2012 BeforeUnloadEvent: {
/third_party/node/test/fixtures/wpt/interfaces/
Dhtml.idl1721 interface BeforeUnloadEvent : Event {