whatwg / streams

Streams Standard
https://streams.spec.whatwg.org/
Other
1.35k stars 160 forks source link

Use `(ArrayBufferView or undefined)` for ReadableStreamBYOBReadResult #1214

Closed saschanaz closed 2 years ago

saschanaz commented 2 years ago

Closes https://github.com/whatwg/webidl/issues/1094.

(See WHATWG Working Mode: Changes for more details.)


Preview | Diff

saschanaz commented 2 years ago

I think that's what I exactly did here?

MattiasBuelens commented 2 years ago

🤦‍♂️

Sorry, I meant: could you also update the .idl file in the reference implementation? That one should be kept in sync with the spec text. (Even though, in this particular case, it doesn't really affect the behavior of the reference implementation.)

ricea commented 2 years ago

I'm not sure if we need implementer interest since this is just a bugfix, but just in case we do, Chrome is interested.

MattiasBuelens commented 2 years ago

Yeah, I'd say this change is mostly editorial. The tests already require that value is undefined in several cases, so I don't think we need to ask for interest or file implementation bugs.