- From: <bugzilla@jessica.w3.org>
- Date: Tue, 18 Dec 2012 15:32:39 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20434 Bug ID: 20434 Summary: append(ArrayBuffer) should allow asynchronous processing Classification: Unclassified Product: HTML WG Version: unspecified Hardware: All OS: All Status: NEW Severity: critical Priority: P2 Component: Media Source Extensions Assignee: adrianba@microsoft.com Reporter: adrianba@microsoft.com QA Contact: public-html-bugzilla@w3.org CC: mike@w3.org, public-html-media@w3.org The work to process data from an append() might be lengthy given the segment parser algorithm and implementations might need to use I/O for buffering. The append() algorithm should be modified to allow this work to be done asynchronously. This would make append(Stream) follow the same model. Only one pending append() should be allowed. appendcomplete or appenderror events should be fired when complete. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Tuesday, 18 December 2012 15:32:40 UTC