mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
FormData & Blog moved to declarations
This commit is contained in:
5
fetch/webidl.d.ts
vendored
5
fetch/webidl.d.ts
vendored
@@ -8,7 +8,4 @@ declare type USVString = string;
|
||||
declare type DOMString = string;
|
||||
|
||||
// see: https://fetch.spec.whatwg.org/#headersinit
|
||||
declare type OpenEndedDictionary = Object;
|
||||
|
||||
declare class FormData { }
|
||||
declare class Blob { }
|
||||
declare type OpenEndedDictionary = Object;
|
||||
Reference in New Issue
Block a user