UNCONFIRMED 69652
[FileSystem API] requestFileSystem behavior with bad filesystem type
https://bugs.webkit.org/show_bug.cgi?id=69652
Summary [FileSystem API] requestFileSystem behavior with bad filesystem type
Mark Pilgrim (Google)
Reported 2011-10-07 12:05:18 PDT
http://dev.w3.org/2009/dap/file-system/pub/FileSystem/#methods states that the first parameter (type) to the requestFileSystem() method should be one of the constants PERSISTENT (1) or TEMPORARY (0), but it does not define the behavior when the type parameter is other than one of these values. WebKit does not throw an exception. I have asked on the public-webapps list what the correct behavior is, and I will update this bug when I receive a reply.
Attachments
Patch (2.03 KB, patch)
2011-10-07 12:06 PDT, Mark Pilgrim (Google)
no flags
Mark Pilgrim (Google)
Comment 1 2011-10-07 12:06:44 PDT
Note You need to log in before you can comment on or make changes to this bug.