Expose the DOM Body interface globally (#2903)

This commit is contained in:
Nayeem Rahman 2019-09-10 15:57:17 +01:00 committed by Ryan Dahl
parent 2a83327a21
commit 0b757f3737
3 changed files with 5 additions and 2 deletions

View file

@ -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;