Commit 173aec1d authored by Skye Yu's avatar Skye Yu

chore: getFile api tyle declare

parent 306a5071
...@@ -31,7 +31,7 @@ declare class JensenType { ...@@ -31,7 +31,7 @@ declare class JensenType {
fileName: string, fileName: string,
length: number, length: number,
on?: (msg: Uint8Array | 'fail') => void, on?: (msg: Uint8Array | 'fail') => void,
onprogress?: (size: number) => void onprogress?: (size: number, dataView: DataView) => void
) => void; ) => void;
getFileBlock: ( getFileBlock: (
fileName: string, fileName: string,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment