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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
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 on the CC list for the bug.