blackberry/WebWorks-API-Docs

`resolveLocalFileSystemURI` is what docs say to use, but it does not actually exist (?).

Opened this issue · 0 comments

This ref: https://developer.blackberry.com/html5/apis/localfilesystem.html

Says the API is window.resolveLocalFileSystemURI (which, to note, has URI at the end, which is what Phonegap (aka Cordova) did, vs URL at the end, which is the W3C spec).

I understand we follow the API to spec. If so, the docs should reference resolveLocalFileSystemURL (or webkitResolveLocalFileSystemURL) (?).

Note: The example also references the URI ending:

window.resolveLocalFileSystemURI(....

Please advise.