I'm trying to port MV3 extension but it seem that storage.session
API is not available.
Is that right?
I've checked the docs but there is 0 articles when searching for "storage": https://developer.apple.com/documentation/safariservices/safari_web_extensions
MDN:
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/session
Is there a plan to support this API?
If not, then where do I store session related data?
browser.storage.session
is now available in Safari Technology Preview as of release 151. Try your extension in Safari Technology Preview and provide any feedback through Feedback Assistant.