Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fetch] Object.prototype shouldn't interfere with fetch streams
Test that setting Object.prototype.start to a function that throws doesn't interfere with fetch operations that create a stream. Similarly, verify that setting throwing accessors for 'type', 'size', and 'highWaterMark' doesn't cause problems. See whatwg/fetch#781 for background.
- Loading branch information