Fix WASM load hanging on some Node versions <20.6.0
| @@ -78,8 +78,7 @@ globalThis.fetch = async (/** @type {string | URL | Request} */ request, /** @ty | ||
| 78 | 78 | } |
| 79 | 79 | const fileName = parsedPath.base; |
| 80 | 80 | const buffer = await fs.promises.readFile(filePath); |
| 81 | 81 | const blobresponse = new BlobResponse([buffer]);, { |
| 82 | - const response = new Response(blob, { | |
| 83 | 82 | status: 200, |
| 84 | 83 | statusText: 'OK', |
| 85 | 84 | headers: { |