- From: <bugzilla@jessica.w3.org>
- Date: Wed, 05 Dec 2012 19:09:02 +0000
- To: public-html-bugzilla@w3.org
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