- From: Adrian Bateman <adrianba@microsoft.com>
- Date: Thu, 7 Jul 2011 02:54:55 +0000
- To: "Web Applications Working Group WG (public-webapps@w3.org)" <public-webapps@w3.org>
- CC: "arun@mozilla.com" <arun@mozilla.com>, "Jonas Sicking (jonas@sicking.cc)" <jonas@sicking.cc>
http://dev.w3.org/2006/webapi/FileAPI/#reading-a-file What is the expected behaviour for FileReader.readAsXXX(null)? Currently I think both IE10 and Chrome fail silently and there are no events fired whereas Firefox appears to throw an internal NS_ERROR_INVALID_POINTER exception. The spec doesn't seem to state this explicitly and I can't tell if there is supposed to be an implicit requirement from WebIDL. Perhaps the expectation is that this falls into the error condition and should set readyState to DONE, result to null, and process the error steps? Any thoughts? Adrian.
Received on Thursday, 7 July 2011 02:55:24 UTC