summaryrefslogtreecommitdiff
path: root/op_crates/fetch/internal.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'op_crates/fetch/internal.d.ts')
-rw-r--r--op_crates/fetch/internal.d.ts10
1 files changed, 0 insertions, 10 deletions
diff --git a/op_crates/fetch/internal.d.ts b/op_crates/fetch/internal.d.ts
index a474d499c..e02bc6ed2 100644
--- a/op_crates/fetch/internal.d.ts
+++ b/op_crates/fetch/internal.d.ts
@@ -19,16 +19,6 @@ declare namespace globalThis {
Headers: typeof Headers;
};
- declare var file: {
- Blob: typeof Blob & {
- [globalThis.__bootstrap.file._byteSequence]: Uint8Array;
- };
- _byteSequence: unique symbol;
- File: typeof File & {
- [globalThis.__bootstrap.file._byteSequence]: Uint8Array;
- };
- };
-
declare var streams: {
ReadableStream: typeof ReadableStream;
isReadableStreamDisturbed(stream: ReadableStream): boolean;