Skip to content

Commit a71254a

Browse files
committed
lib: make SubtleCrypto.supports enumerable
1 parent 4d2d6de commit a71254a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

lib/internal/crypto/webcrypto.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1894,6 +1894,14 @@ ObjectDefineProperties(
18941894
},
18951895
});
18961896

1897+
ObjectDefineProperties(
1898+
SubtleCrypto, {
1899+
supports: {
1900+
__proto__: null,
1901+
enumerable: true,
1902+
},
1903+
});
1904+
18971905
module.exports = {
18981906
Crypto,
18991907
CryptoKey,

0 commit comments

Comments
 (0)