| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,9 +4,4 @@ const { WPTRunner } = require('../common/wpt'); | |||
| 4 | 4 | ||
| 5 | 5 | const runner = new WPTRunner('FileAPI/file'); | |
| 6 | 6 | ||
| 7 | - runner.setInitScript(` | ||
| 8 | - const { File } = require('buffer'); | ||
| 9 | - globalThis.File = File; | ||
| 10 | - `); | ||
| 11 | - | ||
| 12 | 7 | runner.runJsTests(); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,9 +4,4 @@ const { WPTRunner } = require('../common/wpt'); | |||
| 4 | 4 | ||
| 5 | 5 | const runner = new WPTRunner('html/webappapis/structured-clone'); | |
| 6 | 6 | ||
| 7 | - runner.setInitScript(` | ||
| 8 | - const { File } = require('buffer'); | ||
| 9 | - globalThis.File = File; | ||
| 10 | - `); | ||
| 11 | - | ||
| 12 | 7 | runner.runJsTests(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments