summaryrefslogtreecommitdiff
path: root/js/lib.deno_runtime.d.ts
diff options
context:
space:
mode:
authorNayeem Rahman <muhammed.9939@gmail.com>2019-09-10 15:57:17 +0100
committerRyan Dahl <ry@tinyclouds.org>2019-09-10 10:57:17 -0400
commit0b757f37371474da63db341b831d83539df28df6 (patch)
treed5783942d847762f0cde7d387f8e81f1af924b28 /js/lib.deno_runtime.d.ts
parent2a83327a21e83180a21afd428b11aa03e3080346 (diff)
Expose the DOM Body interface globally (#2903)
Diffstat (limited to 'js/lib.deno_runtime.d.ts')
-rw-r--r--js/lib.deno_runtime.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/lib.deno_runtime.d.ts b/js/lib.deno_runtime.d.ts
index 6027f39b8..6ddf29c6c 100644
--- a/js/lib.deno_runtime.d.ts
+++ b/js/lib.deno_runtime.d.ts
@@ -1313,6 +1313,7 @@ declare const removeEventListener: (
) => void;
declare type Blob = blob.DenoBlob;
+declare type Body = domTypes.Body;
declare type File = domTypes.DomFile;
declare type CustomEventInit = customEvent.CustomEventInit;
declare type CustomEvent = customEvent.CustomEvent;