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 fe449a2 commit 9dfd039Copy full SHA for 9dfd039
test/wpt/test-file.js
@@ -4,9 +4,4 @@ const { WPTRunner } = require('../common/wpt');
4
5
const runner = new WPTRunner('FileAPI/file');
6
7
-runner.setInitScript(`
8
- const { File } = require('buffer');
9
- globalThis.File = File;
10
-`);
11
-
12
runner.runJsTests();
test/wpt/test-structured-clone.js
const runner = new WPTRunner('html/webappapis/structured-clone');
0 commit comments