You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling crypto.subtle.importKey or crypto.subtle.generateKey with an algorithm of { name: 'NODE-ED25519', namedCurve: 'NODE-ED25519' }, Miniflare fails with a DOMException with name == "NotSupportedError".
I've got a branch locally that fixes this that I'll PR in a bit :)
The text was updated successfully, but these errors were encountered:
Hey! 👋 Apologies for the delayed response. I've recently returned from a long holiday and am just starting to catch up on issues now. Thanks for reporting this and for the PR. I've put some comments on it. :)
When calling
crypto.subtle.importKey
orcrypto.subtle.generateKey
with an algorithm of{ name: 'NODE-ED25519', namedCurve: 'NODE-ED25519' }
, Miniflare fails with aDOMException
withname == "NotSupportedError"
.I've got a branch locally that fixes this that I'll PR in a bit :)
The text was updated successfully, but these errors were encountered: