https://www.w3.org/Bugs/Public/show_bug.cgi?id=24479
Bug ID: 24479
Summary: [Streams] Bug: Unable to notify EOF after delivering
the last element separately
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Streams API
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
After refactoring, the read() API is broken. We cannot notify EOF cleanly
without setting fake undefined or null value to result.data if the last data is
delivered to the reader without eof set.
Needs fix.
As we haven't received any objection against wait-then-sync-read approach like
what I used in the first prototype [1], we can go back to that method again.
[1] http://lists.w3.org/Archives/Public/public-webapps/2013JulSep/0481.html
--
You are receiving this mail because:
You are on the CC list for the bug.