diff options
Diffstat (limited to 'op_crates/file/internal.d.ts')
-rw-r--r-- | op_crates/file/internal.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op_crates/file/internal.d.ts b/op_crates/file/internal.d.ts index 91a61d811..dd892e736 100644 --- a/op_crates/file/internal.d.ts +++ b/op_crates/file/internal.d.ts @@ -9,7 +9,7 @@ declare namespace globalThis { Blob: typeof Blob & { [globalThis.__bootstrap.file._byteSequence]: Uint8Array; }; - _byteSequence: unique symbol; + readonly _byteSequence: unique symbol; File: typeof File & { [globalThis.__bootstrap.file._byteSequence]: Uint8Array; }; |