File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -28,34 +28,6 @@ declare var console: Console;
2828declare var global ;
2929declare var require ;
3030
31- //XMLHttpRequest-related
32- interface FormData {
33- append ( name : any , value : any , blobName ?: string ) : void ;
34- }
35-
36- declare var FormData : {
37- prototype : FormData ;
38- new ( ) : FormData ;
39- }
40-
41- interface Blob {
42- size : number ;
43- type : string ;
44- msClose ( ) : void ;
45- msDetachStream ( ) : any ;
46- slice ( start ?: number , end ?: number , contentType ?: string ) : Blob ;
47- }
48-
49- declare var Blob : {
50- prototype : Blob ;
51- new ( blobParts ?: any [ ] , options ?: BlobPropertyBag ) : Blob ;
52- }
53-
54- interface BlobPropertyBag {
55- type ?: string ;
56- endings ?: string ;
57- }
58-
5931// Global functions
6032declare function Deprecated ( target : Object , key ?: string | symbol , value ?: any ) : void ;
6133
You can’t perform that action at this time.
0 commit comments