Skip to content

SubtleCrypto.verify should return js.Promise[Boolean] #660

Closed as not planned
@armanbilge

Description

@armanbilge

Reported by @bblfish on Discord.

def verify(algorithm: AlgorithmIdentifier, key: CryptoKey, signature: BufferSource,
data: BufferSource): js.Promise[js.Any] = js.native

https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/verify

There may be other signatures that can be improved in the crypto APIs as well.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions