cloudflare / cloudflare/workerd
Constructing a Response with a stream on which getReader() is called should throw TypeError
Open
wpt-conformance
- Dominant language
- C++
- Stars
- 8.7k
- Forks
- 739
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 174
Description
We correctly reject these situations:
- Constructing a Response with a stream on which read() is called
- Constructing a Response with a stream on which read() and releaseLock() are called
But we need to immediately reject a stream with a reader on it, as well.
Contributor guide
Assessment
This issue has not been assessed yet.