Skip to content

Feature: Add ShimIndexedDB Support #31

@Lunatic83

Description

@Lunatic83

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions