jakearchibald / idb

IndexedDB, but with promises
https://www.npmjs.com/package/idb
ISC License
6.2k stars 348 forks source link

Is the nativescript browser compatible with this library? #317

Open ruimendes29 opened 3 days ago

ruimendes29 commented 3 days ago

I'm building an angular application with native script to create native apps for Android and ios, I did a quick test, and it seems to be working fine, even though the native script app is not really a browser and doesn't have native access to the indexedDB, so how is it working?