Giter Club home page Giter Club logo

Comments (7)

bramski avatar bramski commented on July 23, 2024

What is shimIndexedDB?
On May 8, 2015 9:25 AM, "Gaspare Scherma" [email protected] wrote:

Hi Bramski
I'm using your angularjs indexeddb module for iOS support I had to fix
putting the following code into
angular-indexed-db.js on line 15

indexedDB = window.indexedDB || window.mozIndexedDB ||
window.webkitIndexedDB || window.msIndexedDB || window.shimIndexedDB;

Do you think it could be possible to update your module with this fix, it
will help me a lot in managing your library.

Thanks
Gaspare


Reply to this email directly or view it on GitHub
#31.

from angular-indexeddb.

eclipse1985 avatar eclipse1985 commented on July 23, 2024

+1
https://github.com/axemclion/IndexedDBShim

is an implementation of indexedDB api over WebSQL, we use it in browsers that not support indexeddb natively, or where its implementation is poor. For example iOS Safari cordova webview ;)

from angular-indexeddb.

Lunatic83 avatar Lunatic83 commented on July 23, 2024

eclipse1985 right.

from angular-indexeddb.

bramski avatar bramski commented on July 23, 2024

Write a PR. I don't use Cordova and could never verify that this works.

Preferably such PR would include a harness that could run the existing testing in Safari Cordova. That way the functionality can be confirmed for those that want to use this plugin on cordova.

from angular-indexeddb.

Lunatic83 avatar Lunatic83 commented on July 23, 2024

PR created. #33

from angular-indexeddb.

bramski avatar bramski commented on July 23, 2024

Would prefer to keep the PR and the issues linked. Then everybody here can get informed when the issue is closed and the PR is merged.

from angular-indexeddb.

bramski avatar bramski commented on July 23, 2024

Shim indexed DB support has been added.

from angular-indexeddb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.