storage-area-explorer icon indicating copy to clipboard operation
storage-area-explorer copied to clipboard

Cannot Export SessionStorage to File when total size exceeds 1.5MB

Open abeward opened this issue 5 years ago • 0 comments

Issue: When I click "Export" on SessionStorage in Chrome, I receive an error from chrome that states: download Failed - Network error.

There's nothing wrong with my network and it exports just fine from the Local Storage tab, or from Session Storage as long as the file size has not exceeded 1.5MB. It also exports fine if the file size is relatively small. It's only when the session storage grows to a larger size that I begin to see this error. I have recreated the issue on Incognito to eliminate the possibility of an extension being the issue.

Repro:

  • import a session storage file that is larger than 1.5MB
  • click on the session.storage tab inside storage explorer
  • click the "Export" button and observe

Here is a screenshot of me incrementally increasing sessionStorage size and clicking Export to > File: Screen Shot 2019-04-12 at 2 23 27 PM

abeward avatar Apr 12 '19 21:04 abeward