We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

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.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

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

  • 1 件の返信
  • 0 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: techguy150

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)

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.