|
@@ -144,7 +144,7 @@ export interface PolyfillProgressEvent extends EventTarget {
|
144
|
144
|
total: number;
|
145
|
145
|
}
|
146
|
146
|
|
147
|
|
-export declare class PolyfillBlob extends EventTarget {
|
|
147
|
+export declare class PolyfillBlob implements EventTarget {
|
148
|
148
|
/**
|
149
|
149
|
* RNFetchBlob Blob polyfill, create a Blob directly from file path, BASE64
|
150
|
150
|
* encoded data, and string. The conversion is done implicitly according to
|