File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15137,7 +15137,7 @@ type MouseWheelEvent = WheelEvent;
15137
15137
type ScrollRestoration = "auto" | "manual";
15138
15138
type FormDataEntryValue = string | File;
15139
15139
type InsertPosition = "beforebegin" | "afterbegin" | "beforeend" | "afterend";
15140
- type HeadersInit = string[][] | { [key: string]: string };
15140
+ type HeadersInit = Headers | string[][] | { [key: string]: string };
15141
15141
type AppendMode = "segments" | "sequence";
15142
15142
type AudioContextState = "suspended" | "running" | "closed";
15143
15143
type BiquadFilterType = "lowpass" | "highpass" | "bandpass" | "lowshelf" | "highshelf" | "peaking" | "notch" | "allpass";
@@ -15208,4 +15208,4 @@ type ServiceWorkerState = "installing" | "installed" | "activating" | "activated
15208
15208
type Transport = "usb" | "nfc" | "ble";
15209
15209
type VideoFacingModeEnum = "user" | "environment" | "left" | "right";
15210
15210
type VisibilityState = "hidden" | "visible" | "prerender" | "unloaded";
15211
- type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text";
15211
+ type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text";
Original file line number Diff line number Diff line change @@ -1890,7 +1890,7 @@ type USVString = string;
1890
1890
type IDBValidKey = number | string | Date | IDBArrayKey ;
1891
1891
type BufferSource = ArrayBuffer | ArrayBufferView ;
1892
1892
type FormDataEntryValue = string | File ;
1893
- type HeadersInit = string [ ] [ ] | { [ key : string ] : string } ;
1893
+ type HeadersInit = Headers | string [ ] [ ] | { [ key : string ] : string } ;
1894
1894
type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique" ;
1895
1895
type IDBRequestReadyState = "pending" | "done" ;
1896
1896
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange" ;
Original file line number Diff line number Diff line change 1934
1934
{
1935
1935
"kind" : " typedef" ,
1936
1936
"name" : " HeadersInit" ,
1937
- "type" : " string[][] | { [key: string]: string }"
1937
+ "type" : " Headers | string[][] | { [key: string]: string }"
1938
1938
},
1939
1939
{
1940
1940
"kind" : " property" ,
You can’t perform that action at this time.
0 commit comments