From cd6baa0eb390e2eed9a548602d4b6f73969f8d06 Mon Sep 17 00:00:00 2001 From: Matthew Riley MacPherson Date: Thu, 30 Oct 2014 11:57:16 -0400 Subject: [PATCH] Add Firefox OS to list of IndexedDB platforms --- docs/en/edge/cordova/storage/storage.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/en/edge/cordova/storage/storage.md b/docs/en/edge/cordova/storage/storage.md index 30c7e9814ba..d1496b4f420 100644 --- a/docs/en/edge/cordova/storage/storage.md +++ b/docs/en/edge/cordova/storage/storage.md @@ -21,7 +21,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one > An overview of storage options for Cordova. -Several storage APIs are available for Cordova applications. +Several storage APIs are available for Cordova applications. See [html5rocks](http://www.html5rocks.com/en/features/storage). for a more complete overview and examples. @@ -55,14 +55,13 @@ than LocalStorage but fewer than WebSQL. The following platforms support IndexedDB: - BlackBerry 10 +- Firefox OS - Windows Phone 8 - Windows 8 - ## Plugin-Based Options In addition to the storage APIs listed above, the [File API](https://github.com/apache/cordova-plugin-file/blob/master/doc/index.md) allows you to cache data on the local file system. Other [Cordova plugins](http://plugins.cordova.io/) provide similar storage options. -