summaryrefslogtreecommitdiff
path: root/js/globals.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/globals.ts')
-rw-r--r--js/globals.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/globals.ts b/js/globals.ts
index 6de8a5d89..e9479b4a5 100644
--- a/js/globals.ts
+++ b/js/globals.ts
@@ -99,6 +99,8 @@ window.crypto = (csprng as unknown) as Crypto;
window.Blob = blob.DenoBlob;
export type Blob = blob.DenoBlob;
+export type Body = domTypes.Body;
+
window.File = domFile.DenoFile as domTypes.DomFileConstructor;
export type File = domTypes.DomFile;