[Webkit-unassigned] [Bug 165336] [MSE] MediaSource.endOfStream() triggers updateend event
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 20 10:55:08 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=165336
--- Comment #3 from Joey Parrish <joeyparrish at google.com> ---
Yes, and it's almost impossible to polyfill this behavior without a user-agent check to determine the Safari version. Safari 10 sets updating to true and fires 'updateend'. Safari 9 sets updating to true but *doesn't* fire 'updateend'. So if you use updating=true to decide whether or not to wait for the extra 'updateend', you will stall your MediaSource code on Safari 9.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161220/d2c03be8/attachment.html>
More information about the webkit-unassigned
mailing list