scala-js / scala-js-dom

Statically typed DOM API for Scala.js
Other
315 stars 160 forks source link

`SubtleCrypto#deriveBits` should return a `Promise[ArrayBuffer]` #739

Closed zetashift closed 1 year ago

zetashift commented 1 year ago

According to the spec: https://w3c.github.io/webcrypto/#webidl-451956974

I can't assign it to myself, but I am opening a PR for this soon :tm: