Skip to content

Commit

Permalink
webcrypto.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Apr 30, 2021
1 parent 875c041 commit 3c41835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/crypto/webcrypto.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const {
validateString,
} = require('internal/validators');

const { TextDecoder } = require('internal/encoding');
const { TextDecoder, TextEncoder } = require('internal/encoding');

const {
codes: {
Expand Down

0 comments on commit 3c41835

Please sign in to comment.