Home
last modified time | relevance | path

Searched refs:lastEventId (Results 1 – 15 of 15) sorted by relevance

/third_party/node/test/parallel/
Dtest-worker-message-event.js13 lastEventId: '', source: null, ports: [] property
20 lastEventId: '', source: null, ports: [] property
24 ['message', { data: 2, origin: 1, lastEventId: 0 }], property
27 lastEventId: '0', source: null, ports: [] property
31 ['message', { lastEventId: 'foo' }], property
34 lastEventId: 'foo', source: null, ports: [] property
38 ['messageerror', { lastEventId: 'foo', source: dummyPort }], property
41 lastEventId: 'foo', source: dummyPort, ports: [] property
48 lastEventId: '', source: null, ports: [dummyPort] property
53 const { type, data, origin, lastEventId, source, ports } = ev;
[all …]
/third_party/node/deps/undici/src/lib/websocket/
Devents.js36 get lastEventId () { getter in MessageEvent
39 return this.#eventInit.lastEventId
64 lastEventId = '', argument
73 bubbles, cancelable, data, origin, lastEventId, source, ports property
167 lastEventId: kEnumerableProperty, property
/third_party/node/deps/undici/src/types/
Dwebsocket.d.ts98 lastEventId?: string property
106 readonly lastEventId: string property
116 lastEventId?: string,
/third_party/node/lib/internal/worker/
Dio.js134 lastEventId = '', property
141 this[kLastEventId] = `${lastEventId}`;
175 lastEventId: { property
/third_party/typescript/src/lib/
Dwebworker.iterable.generated.d.ts64 … bubbles?: boolean, cancelable?: boolean, data?: any, origin?: string, lastEventId?: string, sourc…
Ddom.iterable.generated.d.ts133 … bubbles?: boolean, cancelable?: boolean, data?: any, origin?: string, lastEventId?: string, sourc…
Dwebworker.generated.d.ts174 lastEventId?: string; property
356 lastEventId?: string; property
1615 readonly lastEventId: string; property
2354 readonly lastEventId: string; property
2362 … bubbles?: boolean, cancelable?: boolean, data?: any, origin?: string, lastEventId?: string, sourc…
Ddom.generated.d.ts894 lastEventId?: string; property
9725 readonly lastEventId: string; property
9733 … bubbles?: boolean, cancelable?: boolean, data?: any, origin?: string, lastEventId?: string, sourc…
/third_party/typescript/lib/
Dlib.webworker.iterable.d.ts84 … bubbles?: boolean, cancelable?: boolean, data?: any, origin?: string, lastEventId?: string, sourc…
Dlib.dom.iterable.d.ts153 … bubbles?: boolean, cancelable?: boolean, data?: any, origin?: string, lastEventId?: string, sourc…
Dlib.webworker.d.ts194 lastEventId?: string; property
376 lastEventId?: string; property
1635 readonly lastEventId: string; property
2374 readonly lastEventId: string; property
2382 … bubbles?: boolean, cancelable?: boolean, data?: any, origin?: string, lastEventId?: string, sourc…
Dlib.dom.d.ts914 lastEventId?: string; property
9745 readonly lastEventId: string; property
9753 … bubbles?: boolean, cancelable?: boolean, data?: any, origin?: string, lastEventId?: string, sourc…
/third_party/node/test/fixtures/wpt/interfaces/
Dhtml.idl2093 readonly attribute DOMString lastEventId;
2097 …al any data = null, optional USVString origin = "", optional DOMString lastEventId = "", optional …
2103 DOMString lastEventId = "";
/third_party/node/deps/undici/
Dundici.js10211 get lastEventId() { getter in anonymousObject0bedee2516805.lib/websocket/events.js.MessageEvent
10213 return this.#eventInit.lastEventId;
10226 …t(type, bubbles = false, cancelable = false, data = null, origin = "", lastEventId = "", source = … argument
10234 lastEventId, property
10299 lastEventId: kEnumerableProperty, property
/third_party/typescript/tests/lib/
Dlib.d.ts16668 lastEventId?: string; property