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
- Host: GitHub
- URL: https://github.com/borewit/bun-abort-readablestreambyobreader-read
- Owner: Borewit
- Created: 2025-02-03T10:48:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-03T11:07:38.000Z (over 1 year ago)
- Last Synced: 2025-08-12T09:53:01.846Z (10 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```