Function getFileHash

获取文件哈希值

Error

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

    • file: File

      文件对象

    Returns Promise<string>

    Promise