| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 091a579 commit 53cf53c
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,9 +8,6 @@ | |||
| 8 | 8 | "Blob-slice.any.js": { | |
| 9 | 9 | "skip": "Depends on File API" | |
| 10 | 10 | }, | |
| 11 | - "Blob-stream.any.js": { | ||
| 12 | - "skip": "Depends on Web Streams API" | ||
| 13 | - }, | ||
| 14 | 11 | "Blob-in-worker.worker.js": { | |
| 15 | 12 | "skip": "Depends on Web Workers API" | |
| 16 | 13 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,9 @@ const runner = new WPTRunner('FileAPI/blob'); | |||
| 7 | 7 | ||
| 8 | 8 | runner.setInitScript(` | |
| 9 | 9 | const { Blob } = require('buffer'); | |
| 10 | + const { ReadableStream } = require('stream/web'); | ||
| 10 | 11 | global.Blob = Blob; | |
| 12 | + global.ReadableStream = ReadableStream; | ||
| 11 | 13 | `); | |
| 12 | 14 | ||
| 13 | 15 | runner.runJsTests(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments