Home
last modified time | relevance | path

Searched refs:onabort (Results 1 – 25 of 28) sorted by relevance

12

/third_party/node/test/fixtures/wpt/dom/abort/
DAbortSignal.any.js10 s.onabort = t.unreached_func("abort event handler called");
22 signal.onabort = t.step_func_done(() => {
33 signal.onabort = t.step_func(() => { result += value; });
37 signal.onabort = t.step_func_done(() => {
Devent.any.js40 signal.onabort = () => { function in signal
55 controller.signal.onabort =
62 signal.onabort = t.step_func(e => {
/third_party/node/test/fixtures/wpt/dom/abort/resources/
Dabort-signal-any-tests.js28 cloneSignal.onabort = t.step_func((e) => {
51 combinedSignal.onabort = t.step_func((e) => {
113 combinedSignal2.onabort = t.step_func((e) => {
133 combinedSignal.onabort = t.step_func_done(() => {
150 combined.onabort = () => { function
/third_party/node/deps/undici/src/lib/fileapi/
Dfilereader.js281 get onabort () { getter in FileReader
287 set onabort (fn) { setter in FileReader
325 onabort: kEnumerableProperty, property
/third_party/node/deps/undici/src/types/
Dfilereader.d.ts35 onabort: null | ((this: FileReader, event: ProgressEvent) => void)
/third_party/node/test/fixtures/wpt/interfaces/
DFileAPI.idl80 attribute EventHandler onabort;
Ddom.idl100 attribute EventHandler onabort;
/third_party/node/test/parallel/
Dtest-abortcontroller.js24 ac.signal.onabort = common.mustCall((event) => {
Dtest-abortsignal-any.mjs83 composedSignal2.onabort = common.mustCall();
/third_party/node/doc/api/
Dglobals.md151 // Use either the onabort property...
152 ac.signal.onabort = () => console.log('aborted!');
183 #### `abortSignal.onabort`
/third_party/node/deps/npm/node_modules/lru-cache/
Dindex.js46 this.onabort(e)
50 onabort() {}
Dindex.mjs46 this.onabort(e)
50 onabort() {}
/third_party/node/deps/npm/node_modules/path-scurry/node_modules/lru-cache/dist/cjs/
Dindex.js27 onabort; field in AS
52 this.signal.onabort?.(reason);
Dindex.min.js1onabort;_onabort=[];reason;aborted=!1;addEventListener(i,s){this._onabort.push(s)}},W=class{constr… field in M
/third_party/node/deps/npm/node_modules/path-scurry/node_modules/lru-cache/dist/mjs/
Dindex.min.js1onabort;_onabort=[];reason;aborted=!1;addEventListener(i,s){this._onabort.push(s)}},R=class{constr… field in N
Dindex.js24 onabort; field in AS
49 this.signal.onabort?.(reason);
/third_party/typescript/tests/baselines/reference/
DglobalThisBlockscopedProperties.types67 …atus" | "statusbar" | "toolbar" | "top" | "visualViewport" | "window" | "onabort" | "onanimationca…
DmappedTypeRecursiveInference.types94onabort: any; onanimationcancel: any; onanimationend: any; onanimationiteration: any; onanimations…
95onabort: any; onanimationcancel: any; onanimationend: any; onanimationiteration: any; onanimations…
100onabort: any; onanimationcancel: any; onanimationend: any; onanimationiteration: any; onanimations…
101onabort: any; onanimationcancel: any; onanimationend: any; onanimationiteration: any; onanimations…
102onabort: any; onanimationcancel: any; onanimationend: any; onanimationiteration: any; onanimations…
107onabort: any; onanimationcancel: any; onanimationend: any; onanimationiteration: any; onanimations…
108onabort: any; onanimationcancel: any; onanimationend: any; onanimationiteration: any; onanimations…
109onabort: any; onanimationcancel: any; onanimationend: any; onanimationiteration: any; onanimations…
110onabort: any; onanimationcancel: any; onanimationend: any; onanimationiteration: any; onanimations…
111onabort: any; onanimationcancel: any; onanimationend: any; onanimationiteration: any; onanimations…
DmappedTypeRecursiveInference.errors.txt1onabort: any; onanimationcancel: any; onanimationend: any; onanimationiteration: any; onanimations…
3onabort: any; onanimationcancel: any; onanimationend: any; onanimationiteration: any; onanimations…
4onabort: any; onanimationcancel: any; onanimationend: any; onanimationiteration: any; onanimations…
28onabort: any; onanimationcancel: any; onanimationend: any; onanimationiteration: any; onanimations…
30onabort: any; onanimationcancel: any; onanimationend: any; onanimationiteration: any; onanimations…
31onabort: any; onanimationcancel: any; onanimationend: any; onanimationiteration: any; onanimations…
/third_party/typescript/tests/lib/
Dlib.d.ts5791 onabort: (ev: Event) => any; property
7960 onabort: (ev: Event) => any; property
10991 onabort: (ev: Event) => any; property
11111 onabort: (ev: Event) => any; property
13946 onabort: (ev: Event) => any; property
15912 onabort: (ev: Event) => any; property
16467 onabort: (ev: Event) => any; property
16628 onabort: (ev: Event) => any; property
16745 declare var onabort: (ev: Event) => any; variable
/third_party/typescript/lib/
Dlib.webworker.d.ts771 onabort: ((this: AbortSignal, ev: Event) => any) | null; property
1697 onabort: ((this: FileReader, ev: ProgressEvent<FileReader>) => any) | null; property
1938 onabort: ((this: IDBDatabase, ev: Event) => any) | null; property
2248 onabort: ((this: IDBTransaction, ev: Event) => any) | null; property
5783 onabort: ((this: XMLHttpRequest, ev: ProgressEvent) => any) | null; property
Dlib.dom.d.ts2062 onabort: ((this: AbortSignal, ev: Event) => any) | null; property
5369 onabort: ((this: FileReader, ev: ProgressEvent<FileReader>) => any) | null; property
5819 onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null; property
8684 onabort: ((this: IDBDatabase, ev: Event) => any) | null; property
8994 onabort: ((this: IDBTransaction, ev: Event) => any) | null; property
13769 onabort: ((this: SourceBuffer, ev: Event) => any) | null; property
17197 onabort: ((this: XMLHttpRequest, ev: ProgressEvent) => any) | null; property
17976 declare var onabort: ((this: Window, ev: UIEvent) => any) | null;
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts751 onabort: ((this: AbortSignal, ev: Event) => any) | null; property
1677 onabort: ((this: FileReader, ev: ProgressEvent<FileReader>) => any) | null; property
1918 onabort: ((this: IDBDatabase, ev: Event) => any) | null; property
2228 onabort: ((this: IDBTransaction, ev: Event) => any) | null; property
5763 onabort: ((this: XMLHttpRequest, ev: ProgressEvent) => any) | null; property
Ddom.generated.d.ts2042 onabort: ((this: AbortSignal, ev: Event) => any) | null; property
5349 onabort: ((this: FileReader, ev: ProgressEvent<FileReader>) => any) | null; property
5799 onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null; property
8664 onabort: ((this: IDBDatabase, ev: Event) => any) | null; property
8974 onabort: ((this: IDBTransaction, ev: Event) => any) | null; property
13749 onabort: ((this: SourceBuffer, ev: Event) => any) | null; property
17177 onabort: ((this: XMLHttpRequest, ev: ProgressEvent) => any) | null; property
17956 declare var onabort: ((this: Window, ev: UIEvent) => any) | null;
/third_party/libevdev/doc/html/
Djquery.js2onabort=r.ontimeout=r.onreadystatechange=null,"abort"===e?r.abort():"error"===e?"number"!=typeof r…

12