MobileChromeApps / cordova-plugin-service-worker

163 stars 37 forks source link

IndexedDB #19

Open ccapndave opened 8 years ago

ccapndave commented 8 years ago

What would it take to allow access to indexedDB in service workers, perhaps via https://github.com/MSOpenTech/cordova-plugin-indexedDB ?

remster commented 7 years ago

Also interested in this

dnfield commented 6 years ago

You'd probably have to look into using WKWebView, since UIWebView doesn't support IndexedDB and AFAIK this plugin uses UIWebView