Commit aa55251c authored by Skye Yu's avatar Skye Yu

chore: modify getFile api tyle declare

parent 913aff64
...@@ -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, dataView: DataView) => void onprogress?: (size: number, msg: Uint8Array | null) => 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