File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15135,7 +15135,7 @@ type MouseWheelEvent = WheelEvent;
1513515135type ScrollRestoration = "auto" | "manual";
1513615136type FormDataEntryValue = string | File;
1513715137type InsertPosition = "beforebegin" | "afterbegin" | "beforeend" | "afterend";
15138- type HeadersInit = string[][] | { [key: string]: string };
15138+ type HeadersInit = Headers | string[][] | { [key: string]: string };
1513915139type AppendMode = "segments" | "sequence";
1514015140type AudioContextState = "suspended" | "running" | "closed";
1514115141type BiquadFilterType = "lowpass" | "highpass" | "bandpass" | "lowshelf" | "highshelf" | "peaking" | "notch" | "allpass";
Original file line number Diff line number Diff line change @@ -1890,7 +1890,7 @@ type USVString = string;
18901890type IDBValidKey = number | string | Date | IDBArrayKey ;
18911891type BufferSource = ArrayBuffer | ArrayBufferView ;
18921892type FormDataEntryValue = string | File ;
1893- type HeadersInit = string [ ] [ ] | { [ key : string ] : string } ;
1893+ type HeadersInit = Headers | string [ ] [ ] | { [ key : string ] : string } ;
18941894type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique" ;
18951895type IDBRequestReadyState = "pending" | "done" ;
18961896type IDBTransactionMode = "readonly" | "readwrite" | "versionchange" ;
You can’t perform that action at this time.
0 commit comments