- From: <bugzilla@jessica.w3.org>
- Date: Sat, 02 Mar 2013 00:16:55 +0000
- To: public-html-media@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21170
Bug ID: 21170
Summary: Remove stream aborted step from Stream append loop
(3.5.4)
Classification: Unclassified
Product: HTML WG
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
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
https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#sourcebuffer-stream-append-loop
Step 3 of the algorithm says "If stream has been aborted, then run the append
error algorithm and abort this algorithm."
There is no "aborted" status of a stream. If the source of the stream is
aborted (e.g. XHR abort()) then a read error will occur in step 7.
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Saturday, 2 March 2013 00:16:56 UTC