We need a mechanism to store data in the offline database, So I started using indexed db but came to the conclusion that in IE 11 it has a hard limit of 250 mb, so what should we use?
Is it possible to store more than 250 MB data in indexedDB in IE 11
221 Views Asked by user24778 At
1
There are 1 best solutions below
Related Questions in HTML
- Delay in loading Html Page(WebView) from assets folder in real android device
- Why does a function show up as not defined
- CSS Class is not applying to element (border width,color,and style attributes)
- How to sort these using Javascript or Jquery Most effectively
- how to fill out the table with next values in array with one button
- Automatically closing tags in form input?
- Positioning child at bottom of parent with scroll
- Remove added set of rows
- Website zoomed out on Android default browser
- Twitter Bootstrap horizontal form elements on a line
- http://sigmajs.org/ les mis tutorial - why are my canvases 0 height?
- My navbar is not expanding after collapse
- when a checkbox is checked how to display a different hidden element using javascript
- Gaps Vertically Using Dividers
- Svg containers not positioning properly
Related Questions in INTERNET-EXPLORER-11
- detecting plugins on IE11 using javascript
- KO binding is not working in IE10 and IE11
- Using JSSOR Slider with IE11
- Content of iframe (ionic app) doesn't scroll on Internet Explorer using touch
- Angular on a svg - $sce.trustAsHtml inside svg does not work in safari and ie
- PDF cannot be seen on IE11/10/9 recently
- Execute Javascript onWindowClose in IE11
- IE Rendering Bug on EM sized inputs
- Strange behaviour with spliting a string in Javascript
- Media Source Extension on Firefox and IE
- Run Native Client Within Chrome Frame in Internet Explorer
- JavaScript in IE11 giving me script error 1003
- function.bind() not supported in IE8. make it available specifically for IE8 browsers? or keep it generic
- Once page load , table content disappearing in IE 11
- Security Error on IE11 when using Worker
Related Questions in INDEXEDDB
- Indexeddb search multi values on same index
- IndexedDB: Can you manually initiate a version change transaction?
- Crosswalk storage limits
- IndexedDB User Permissions
- TypeError: Illegal invocation on function alias
- Indexeddb with Node Webkit
- ASP.NET MVC Use javascript value in partial view
- Promises within a loop: TypeScript + Angular + IndexedDB
- Preventing UI flicker when loading async data in React.js
- How to obtain x objects with highest timestamp value?
- How to persist my custom data with app-indexeddb-mirror in Polymer
- Improve client-server data sync functionality with deltas
- How many objects (columns) can exist using IndexedDB?
- Unblock IndexedDB
- Is keeping a transaction open considered a bad practice?
Related Questions in OFFLINE-CACHING
- Google Chrome Manifest fetch failed (6)
- Caching in Webview is not working in Android
- IE11 throws AppCache Fatal error
- Does IE 11 support offline storage, so web pages can work completely offline
- Internet explorer delets the manifest.appcache file when offline
- IE11 'Enable Protected Mode' is breaking the 'Application Cache'
- Handling slow internet connection with Openlayers 2
- Improve client-server data sync functionality with deltas
- Service Worker reload page on cache update
- Synchronized localstorage for android WebViews with online and offline content
- HTML5 web app not caching in iOS Safari for offline use
- Possibility to background cache to a specific RMDatabaseCache from the RMTileCache?
- memory & disk cache with JCS 1.3
- Nutiteq Android- Offline map is not displaying
- Why don't web browsers cache the sites we visit for offline use?
Related Questions in OFFLINE-STORAGE
- Which is the best way to store a pdf around ~4mb in sqlite with javascript?
- Offline source on Web Audio API
- HTML5 offline storage - Alternative to Session?
- Can not activate navigator.storage.persist in Firefox for Android
- Chrome and HTML5 offline storage
- service worker we are facing cache issue
- While displaying objects in IndexedDB getting an issue in service worker
- Is there a way for a progressive web app to save a lot of data without using up all the memory?
- HTML5 Offline Data Storage Options
- Is it possible to store more than 250 MB data in indexedDB in IE 11
- iOS Offline Storage for Chat history
- HTML5 - Getting Started Using Offline Storage
- Making websites available offline
- App42 android offline storage doesn't work
- how can i implement offline storage in android using cache?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I think you are searching for a mechanism to store Data offline. please see below articles Offline Storage for Progressive Web Apps and
Offline Storage