- From: <bugzilla@jessica.w3.org>
- Date: Fri, 06 Dec 2013 18:05:31 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24022
Bug ID: 24022
Summary: [Streams API] Lazily encode write()-en DOMString
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Windows NT
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
Encoding DOMString into binary data doesn't need to happen synchronously to
write() call. Let's combine the DOMString, "encodeIntoArrayBuffer" flag and
latchedEncoding and pass it to dataSink.
Process pendingWriteQueue algorithm needs some change.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 6 December 2013 18:05:33 UTC