Skip to content

Commit b6ef8b5

Browse files
committed
fix: ensure all webcrypto idls are downloaded
1 parent cc7645f commit b6ef8b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/git/wpt.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ async function main(argv) {
4848
let supported = [
4949
'dom',
5050
'html',
51-
'webcrypto'
51+
'webcrypto',
52+
'webcrypto-secure-curves',
53+
'webcrypto-modern-algos',
5254
];
5355
if (fs.existsSync(statusFolder)) {
5456
const jsons = fs.readdirSync(statusFolder);

0 commit comments

Comments
 (0)