We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba11d32 + 8bc5ceb commit 70fcb3aCopy full SHA for 70fcb3a
index.d.ts
@@ -144,7 +144,7 @@ export interface PolyfillProgressEvent extends EventTarget {
144
total: number;
145
}
146
147
-export declare class PolyfillBlob extends EventTarget {
+export declare class PolyfillBlob implements EventTarget {
148
/**
149
* RNFetchBlob Blob polyfill, create a Blob directly from file path, BASE64
150
* encoded data, and string. The conversion is done implicitly according to
0 commit comments