MattiasBuelens / web-streams-polyfill

Web Streams, based on the WHATWG spec reference implementation
MIT License
285 stars 29 forks source link

Update to spec version of 5 August 2020 #63

Closed MattiasBuelens closed 3 years ago

MattiasBuelens commented 4 years ago

This aligns the implementation with spec version 6cd5e81 of 5 August 2020.

Comparison: https://github.com/whatwg/streams/compare/62fe4c8c0df34cec4ff28db9bfa69aec6c65e38d...6cd5e81f6191fed9e7d99ee73d4941e3060311ce

MattiasBuelens commented 3 years ago

In whatwg/streams@5a69ed01fe25e10682b93e6527b0966dd1a5b0c7, many internal slots were renamed for brevity. However, since the polyfill still uses those names for its brand checks, these changes were not carried over to the polyfill.