函数 getFileHash

获取文件哈希值

Error

getFileHash(file).then(hash => {
console.log(hash)
}).catch(err => {
console.error(err)
})
  • 参数

    • file: File

      文件对象

    返回 Promise<string>

    Promise