Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Node.js polyfills: Remove errorneous double call to stream.getReader(…
…) in isByobSupported() getReader can only be called if there isn't already another reader with an active lock. A double call caused web browsers, which don't need the polyfill, to mistakenly use the polyfill anyway.
- Loading branch information