Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! fixup! crypto: fix webcrpto.subtle signature
  • Loading branch information
aduh95 committed Jan 29, 2022
commit eed2ae8a2af067a105d98c3c1a3d6979d8e84e2d
2 changes: 1 addition & 1 deletion lib/internal/crypto/webcrypto.js
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ ObjectDefineProperties(
value: 'Crypto',
},
subtle: {
...ObjectGetOwnPropertyDescriptor(Crypto.prototype, "subtle"),
...ObjectGetOwnPropertyDescriptor(Crypto.prototype, 'subtle'),
enumerable: true,
},
getRandomValues: {
Expand Down