We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71254a commit cd9fc6dCopy full SHA for cd9fc6d
1 file changed
lib/internal/crypto/webcrypto.js
@@ -1894,13 +1894,9 @@ ObjectDefineProperties(
1894
},
1895
});
1896
1897
-ObjectDefineProperties(
1898
- SubtleCrypto, {
1899
- supports: {
1900
- __proto__: null,
1901
- enumerable: true,
1902
- },
1903
- });
+ObjectDefineProperties(SubtleCrypto, {
+ supports: kEnumerableProperty,
+});
1904
1905
module.exports = {
1906
Crypto,
0 commit comments