- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Mon, 11 Nov 2013 08:08:23 -0800
- To: Arun Ranganathan <arun@mozilla.com>
- Cc: "Norman Rzepka | scalable minds" <norman.rzepka@scalableminds.com>, public-webapps <public-webapps@w3.org>
On Mon, Nov 11, 2013 at 5:57 AM, Arun Ranganathan <arun@mozilla.com> wrote: > In this particular case, I think it's the right behavior: FileReaderSync > expects a valid File or Blob reference, and isn't able to identify one, so > says one isn't found. No, NotFoundError is for when some search is unsuccessful but necessary. Looking at the type of an argument doesn't seem like a search without a *lot* of stretching. It's a TypeError, if you're going to throw anything. ~TJ
Received on Monday, 11 November 2013 16:09:13 UTC