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
error: Uncaught (in promise) Error: Not implemented: jwk private key export not implemented
const key = generateKeyPairSync("rsa", {
^
at notImplemented (ext:deno_node/_utils.ts:9:9)
at PrivateKeyObject.export (ext:deno_node/internal/crypto/keys.ts:450:7)
at generateKeyPairSync (ext:deno_node/internal/crypto/keygen.ts:74:37)
at file:///home/e/Workspace/deno/test.ts:5:13
deno/ext/node/polyfills/internal/crypto/keys.ts
Lines 792 to 806 in a1473d8
jwk private key export is currently not implemented. Running the following code would return an error.
deno run test.ts
Version: deno 2.0.2 (stable, release, x86_64-unknown-linux-gnu)
v8 12.9.202.13-rusty
typescript 5.6.2
The text was updated successfully, but these errors were encountered: