Skip to content

Commit

Permalink
fixup!: crypto: fix CryptoKey prototype WPT
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Dec 14, 2022
1 parent 6248494 commit 840aac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/internal/crypto/keys.js
Expand Up @@ -690,6 +690,7 @@ class InternalCryptoKey {
this[kExtractable] = extractable;
this[kKeyUsages] = keyUsages;

// eslint-disable-next-line no-constructor-return
return makeTransferable(this);
}

Expand Down

0 comments on commit 840aac6

Please sign in to comment.