An open API service indexing awesome lists of open source software.

https://github.com/borewit/bun-abort-readablestreambyobreader-read

Reproduce Bun aborting ReadableStreamBYOBReader.read() failure
https://github.com/borewit/bun-abort-readablestreambyobreader-read

Last synced: 10 months ago
JSON representation

Reproduce Bun aborting ReadableStreamBYOBReader.read() failure

Awesome Lists containing this project

README

          

Reproduce failure to about [ReadableStreamBYOBReader](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBReader) [read()](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBReader/read) operation [Bun v1.2.2](https://github.com/oven-sh/bun/releases/tag/bun-v1.2.2) ([c1708ea6](https://github.com/oven-sh/bun/commit/c1708ea6ab529a4c747a8282a24d125dc20b0a63))

Run test with Bun:
```bash
bun run bun:test
```

Outputs:

Run test with Node.js:
```bash
npm run node:test
```