获取文件哈希值
Error
getFileHash(file).then(hash => { console.log(hash)}).catch(err => { console.error(err)}) Copy
getFileHash(file).then(hash => { console.log(hash)}).catch(err => { console.error(err)})
文件对象
Promise
获取文件哈希值
Throws
Error
Example