- From: <bugzilla@jessica.w3.org>
- Date: Tue, 12 Nov 2013 08:54:00 +0000
- To: public-webapps@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23799
Bug ID: 23799
Summary: [Streams API] Feature req: in-band control signal
Product: WebAppsWG
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Streams API
Assignee: tyoshino@google.com
Reporter: tyoshino@google.com
QA Contact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, public-webapps@w3.org
Request from Aymeric to make it able to transfer signals that can be
distinguished from ordinary byte stream.
For example, we can have TextDecoder understand such a signal. When TextDecoder
sees a signal, it flushes decodable bytes preceding the signal in its buffer as
a DOMString while keeping non-decodable bytes in the buffer.
His use case is making hash calculator to emit partial hash when received such
a signal.
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Tuesday, 12 November 2013 08:54:01 UTC