ابحث في الدعم

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
  • 22 views
  • آخر ردّ كتبه 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.