Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 341 Bytes

Readme.md

File metadata and controls

7 lines (5 loc) · 341 Bytes

IndexedDB Polyfill

A polyfill to enable IndexedDB using WebSql.

IndexedBD is not supported on all browsers. This IndexedDB polyfill exposes the IndexedDB API in unsupported browsers using WebSQL. This shim is basically an IndexedDB-WebSql adapter.