We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7645f commit b6ef8b5Copy full SHA for b6ef8b5
1 file changed
components/git/wpt.js
@@ -48,7 +48,9 @@ async function main(argv) {
48
let supported = [
49
'dom',
50
'html',
51
- 'webcrypto'
+ 'webcrypto',
52
+ 'webcrypto-secure-curves',
53
+ 'webcrypto-modern-algos',
54
];
55
if (fs.existsSync(statusFolder)) {
56
const jsons = fs.readdirSync(statusFolder);
0 commit comments