You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by rpetrich <gi...@git.apache.org> on 2012/10/31 22:59:32 UTC

incubator-cordova-weinre pull request: Handle HTML5 API fails

GitHub user rpetrich opened a pull request:

    https://github.com/apache/incubator-cordova-weinre/pull/11

    Handle HTML5 API fails

    Gracefully handle cases where HTML5 `localStorage`, `sessionStorage` and `openDatabase` APIs are unavailable. This can occur on Android 4.0+ when the target script is loaded from a `file://` URL

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rpetrich/incubator-cordova-weinre graceful-failed-storage

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-cordova-weinre/pull/11.patch

----
commit 12f9d285ccdf550d977615261f61454b3182ed1a
Author: Ryan Petrich <rp...@gmail.com>
Date:   2012-10-31T14:40:16-07:00

    Gracefully handle cases where HTML5 localStorage, sessionStorage and openDatabase APIs are unavailable

----