mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
Expose the DOM Body interface globally (#2903)
This commit is contained in:
parent
2a83327a21
commit
0b757f3737
3 changed files with 5 additions and 2 deletions
1
js/lib.deno_runtime.d.ts
vendored
1
js/lib.deno_runtime.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue