This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Is there a way to share localStorage in State Partitioning technology of Firefox?

  • 1 پاسخ
  • 0 have this problem
  • 1 view
  • آخرین پاسخ توسّط techguy150

more options

Storage permissions are authorized by the user using the requestAccessStorage API recommended by Mozilla, but localStorage is not

shared. Only cookie data is shared.

I want other way to share localStorage in State Partitioning of Firefox.

Storage permissions are authorized by the user using the requestAccessStorage API recommended by Mozilla, but localStorage is not shared. Only cookie data is shared. I want other way to share localStorage in State Partitioning of Firefox.

All Replies (1)

more options

With the extension's background page open, just go to the developer tools by pressing F12, then go to the Application tab. In the Storage section expand Local Storage. After that, you'll see all your browser's local storage there.