Our web app needs to store a lot of data in user’s browser (about 100 MB or more that would be downloaded from the net). For Chrome, we are using the webkitRequestFileSystem object.
Is there any similar feature in Edge?
We can’t use the Web Storage feature because it is limited to about 10 MB.