diff options
Diffstat (limited to 'ext/web/internal.d.ts')
-rw-r--r-- | ext/web/internal.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/web/internal.d.ts b/ext/web/internal.d.ts index 6e72c1a80..94fc9c196 100644 --- a/ext/web/internal.d.ts +++ b/ext/web/internal.d.ts @@ -73,6 +73,7 @@ declare namespace globalThis { }; declare var file: { + blobFromObjectUrl(url: string): Blob | null; getParts(blob: Blob): string[]; Blob: typeof Blob; File: typeof File; |