geeeger / blog

https://loofp.com
1 stars 0 forks source link

@trust/webcrypto 垫片库bug #7

Open geeeger opened 4 years ago

geeeger commented 4 years ago

记录, 作者说符合规范实现的(可能是好几年前的规范?规范也只支持DOMString类型啊),AlgorithmIdentifier 定义 也确实为string | Algorithm

type Algorithm = {
  name: string
}

但是,它自己没支持 string。。。