IndexedDB Users › IndexedDB current usage -
i wondering if there way or report showing indexeddb number of usage on desktop , mobile browser. how many api calls made. trying figure if used or not. additionally, if knows reason not being used. in advance.
i wondering if there way or report showing indexeddb number of usage on desktop , mobile browser. how many api calls made.
no, there no such official report or market survey published can give exact or approximate market share information.
just trying figure if used or not.
at point of time, per available information, future ahead.
w3c have few specifications web or browser storage websql, indexeddb, web storage.
- websql: predecessor of indexeddb, , deprecated. since starting afresh, must not consider using same.
- indexeddb: replacement of websql , future ahead storing information in browser embedded database.
- web storage: storage option applicable small data in form of key-value pair. not large amount of structured data, in these scenarios should consider indexeddb.
if have handle files (while client side file storage or file handling) there api specs w3c - file api. it’s possibly best solution generated binary data such images, audio, video , pdfs.
so, can use indexeddb api database storage , file api file storage.
Comments
Post a Comment