Skip to content

doc,crypto: fix WebCryptoAPI import keyData and export return

On the exportKey function an Object resolve is possible when keyFormat is jwk.

On the importKey function the KeyObject option was removed in #43310 and the Object option is missing and possible when the keyFormat is jwk.

Merge request reports

Loading