File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15135,7 +15135,7 @@ type MouseWheelEvent = WheelEvent;
15135
15135
type ScrollRestoration = "auto" | "manual";
15136
15136
type FormDataEntryValue = string | File;
15137
15137
type InsertPosition = "beforebegin" | "afterbegin" | "beforeend" | "afterend";
15138
- type HeadersInit = string[][] | { [key: string]: string };
15138
+ type HeadersInit = Headers | string[][] | { [key: string]: string };
15139
15139
type AppendMode = "segments" | "sequence";
15140
15140
type AudioContextState = "suspended" | "running" | "closed";
15141
15141
type 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;
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" ;
You can’t perform that action at this time.
0 commit comments