Skip to content

Commit 138accd

Browse files
committed
Port generated lib files (#19772)
1 parent e2c6db2 commit 138accd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15135,7 +15135,7 @@ type MouseWheelEvent = WheelEvent;
1513515135
type ScrollRestoration = "auto" | "manual";
1513615136
type FormDataEntryValue = string | File;
1513715137
type InsertPosition = "beforebegin" | "afterbegin" | "beforeend" | "afterend";
15138-
type HeadersInit = string[][] | { [key: string]: string };
15138+
type HeadersInit = Headers | string[][] | { [key: string]: string };
1513915139
type AppendMode = "segments" | "sequence";
1514015140
type AudioContextState = "suspended" | "running" | "closed";
1514115141
type BiquadFilterType = "lowpass" | "highpass" | "bandpass" | "lowshelf" | "highshelf" | "peaking" | "notch" | "allpass";

src/lib/webworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1890,7 +1890,7 @@ type USVString = string;
18901890
type IDBValidKey = number | string | Date | IDBArrayKey;
18911891
type BufferSource = ArrayBuffer | ArrayBufferView;
18921892
type FormDataEntryValue = string | File;
1893-
type HeadersInit = string[][] | { [key: string]: string };
1893+
type HeadersInit = Headers | string[][] | { [key: string]: string };
18941894
type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique";
18951895
type IDBRequestReadyState = "pending" | "done";
18961896
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";

0 commit comments

Comments
 (0)