You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use (ArrayBufferView or undefined) for ReadableStreamBYOBReadResult
The standard returns an ReadableStreamBYOBReadResult with an undefined
value, and the tests rely on this, but it wasn't permitted by the IDL. Fix the IDL
to match the actual behaviour.
Closeswhatwg/webidl#1094.
0 commit comments