- From: <bugzilla@jessica.w3.org>
- Date: Thu, 12 Jul 2012 02:14:45 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16952 --- Comment #14 from Jonas Sicking <jonas@sicking.cc> 2012-07-12 02:14:45 UTC --- Hmm.. I wonder if it would make using Blobs easier if we didn't throw when trying to read from a neutered Blob. That way the page can be sure that reading will never throw, and can simply watch for error events. I agree that reading from a neutered Blob is generally a bug, and throwing in cases of bugs is generally a good thing. But I wonder if this might be a case where not throwing and instead firing an error event asynchronously would simplify the model for developers. -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Thursday, 12 July 2012 02:14:46 UTC