חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

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.

כל התגובות (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.