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 4d367a0 + 3919333 commit 21d6a9cCopy full SHA for 21d6a9c
src/index.d.ts
@@ -108,4 +108,4 @@ export function createFFmpeg(options?: CreateFFmpegOptions): FFmpeg;
108
* Uint8Array variable for ffmpeg.wasm to consume.
109
*
110
*/
111
-export function fetchFile(data: string | Buffer | Blob | File): Uint8Array;
+export function fetchFile(data: string | Buffer | Blob | File): Promise<Uint8Array>;
0 commit comments