Skip to content

Commit ff4f9d4

Browse files
author
Vladimir Enchev
committed
duplicates removed
1 parent 417f0d4 commit ff4f9d4

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

declarations.d.ts

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -28,34 +28,6 @@ declare var console: Console;
2828
declare var global;
2929
declare 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
6032
declare function Deprecated(target: Object, key?: string | symbol, value?: any): void;
6133

0 commit comments

Comments
 (0)