Is it possible to store more than 250 MB data in indexedDB in IE 11

217 Views Asked by At

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?

1

There are 1 best solutions below

0
On

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