03:03 | <Domenic> | annevk or Domenic : is something blocking https://github.com/whatwg/html/pull/5841 from landing? It seems there's interest to implement in Gecko |
04:43 | <schickb> | I run into an issue using the Stream API that I describe on stack overflow. It was solved, but the behavior of a ReadableStream when read with a BYOD reader is rather surprising. Curious if this is by design? https://stackoverflow.com/questions/78804588/why-does-read-not-return-in-byob-mode-when-stream-is-closed |
04:46 | <Adam Rice> | This confused me too, and I'm an editor of the spec. It's so we can return the buffer to the caller so they can reuse it. |
04:49 | <schickb> | Why can't that happen when close() is called? It seem to require a close() followed by controller.byobRequest.respond(0) |