[Bug 18963] Provide a mechanism for rate limiting appending

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18963

--- Comment #1 from Aaron Colwell <acolwell@chromium.org> ---
Based on discussions at TPAC
(http://www.w3.org/2012/11/01-html-wg-minutes.html), it was decided to have
append() throw an exception when the SourceBuffer is full. The application can
use remove() to free up space in the buffer and try again.

I plan on updating the spec text for append() to say that a QUOTA_EXCEEDED_ERR
should be thrown if the SourceBuffer doesn't have space available to
accommodate the data in the append.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 5 December 2012 19:09:04 UTC