Re: [File API] Calling requestFileSystem with bad filesystem type

2011-11-02 Thread Eric U
On Fri, Oct 7, 2011 at 12:02 PM, Mark Pilgrim pilg...@google.com wrote: What should this do? requestFileSystem(2, 100, successCallback); // assume successCallback is defined properly requestFileSystem doesn't throw, so you should get an errorCallback call. You haven't provided an

[File API] Calling requestFileSystem with bad filesystem type

2011-10-07 Thread Mark Pilgrim
What should this do? requestFileSystem(2, 100, successCallback); // assume successCallback is defined properly -Mark