You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Andrew Grieve <ag...@chromium.org> on 2013/10/24 17:41:41 UTC

Deleting most of storage docs

Since Cordova just uses the underlying webview's WebSQL / Localstorage /
IDB, I think it's confusing to have such elaborate docs for them. Instead,
I'd like to replace the Storage docs with a short summary of the storage
APIs that are available, and link to the relevant specs.

https://reviews.apache.org/r/14908/

Good idea?

Re: Deleting most of storage docs

Posted by Andrew Grieve <ag...@chromium.org>.
Thanks for having a look Joe! And for the +9001 :P.

Ian - I added a link right at the top to
http://www.html5rocks.com/en/features/storage. It lists the same APIs and
has articles with examples of them all. Probably this is the most helpful
thing we can do :)

I also added a note at the bottom about the File API being a storage option
as well.

Submitted.


On Thu, Oct 24, 2013 at 12:15 PM, Ian Clelland <ic...@chromium.org>wrote:

> For consistency with the rest of our docs, should we preserve at least a
> minimal working example of using each?
>
> On Thursday, October 24, 2013, Andrew Grieve wrote:
>
> > Since Cordova just uses the underlying webview's WebSQL / Localstorage /
> > IDB, I think it's confusing to have such elaborate docs for them.
> Instead,
> > I'd like to replace the Storage docs with a short summary of the storage
> > APIs that are available, and link to the relevant specs.
> >
> > https://reviews.apache.org/r/14908/
> >
> > Good idea?
> >
>

Re: Deleting most of storage docs

Posted by Ian Clelland <ic...@chromium.org>.
For consistency with the rest of our docs, should we preserve at least a
minimal working example of using each?

On Thursday, October 24, 2013, Andrew Grieve wrote:

> Since Cordova just uses the underlying webview's WebSQL / Localstorage /
> IDB, I think it's confusing to have such elaborate docs for them. Instead,
> I'd like to replace the Storage docs with a short summary of the storage
> APIs that are available, and link to the relevant specs.
>
> https://reviews.apache.org/r/14908/
>
> Good idea?
>

Re: Deleting most of storage docs

Posted by Joe Bowser <bo...@gmail.com>.
+9001

Seriously, those docs suck and should go away!  We should definitely do this.

On Thu, Oct 24, 2013 at 8:41 AM, Andrew Grieve <ag...@chromium.org> wrote:
> Since Cordova just uses the underlying webview's WebSQL / Localstorage /
> IDB, I think it's confusing to have such elaborate docs for them. Instead,
> I'd like to replace the Storage docs with a short summary of the storage
> APIs that are available, and link to the relevant specs.
>
> https://reviews.apache.org/r/14908/
>
> Good idea?