Home
last modified time | relevance | path

Searched refs:BodyInit (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/undici/src/types/
Dfetch.d.ts19 export type BodyInit =
108 body?: BodyInit
185 constructor (body?: BodyInit, init?: ResponseInit)
Dmock-interceptor.d.ts3 import { BodyInit, Headers } from './fetch'
76 body?: BodyInit | Dispatcher.DispatchOptions['body'];
/third_party/node/deps/undici/src/lib/fetch/
Dresponse.js133 body = webidl.converters.BodyInit(body)
533 webidl.converters.BodyInit = function (V) { class in webidl.converters
Drequest.js881 webidl.converters.BodyInit
/third_party/typescript/lib/
Dlib.webworker.d.ts540 body?: BodyInit | null;
3037 new(body?: BodyInit | null, init?: ResponseInit): Response;
6089 type BodyInit = ReadableStream | XMLHttpRequestBodyInit;
Dlib.dom.d.ts1591 body?: BodyInit | null;
10005 sendBeacon(url: string | URL, data?: BodyInit | null): boolean;
11784 new(body?: BodyInit | null, init?: ResponseInit): Response;
18296 type BodyInit = ReadableStream | XMLHttpRequestBodyInit;
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts520 body?: BodyInit | null;
3017 new(body?: BodyInit | null, init?: ResponseInit): Response;
6069 type BodyInit = ReadableStream | XMLHttpRequestBodyInit;
Ddom.generated.d.ts1571 body?: BodyInit | null;
9985 sendBeacon(url: string | URL, data?: BodyInit | null): boolean;
11764 new(body?: BodyInit | null, init?: ResponseInit): Response;
18276 type BodyInit = ReadableStream | XMLHttpRequestBodyInit;