safari storage.local

Hi all,

I'm looking for the location on which safari stores the local storage area.
I can access it using the browser with "browser.storage.local data", but I want to access it manually not through the browser.

does anyone know where safari stores this files ?

Replies

That would be “localStorage.” Check out this documentation to learn how to read and write to Safari’s localStorage: https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage