Represents the session
storage area. Items in session
storage are stored in memory for the duration of the browser session and are not persisted to disk. By default, it's not exposed to content scripts, but this behavior can be changed through storage.session.setAccessLevel()
.
The amount of data that an extension can store in the session storage area is limited to 10 MB, unless stated otherwise in the browser compatibility table.
When the browser stops, all session storage is cleared. When the extension is uninstalled, its associated session storage is cleared.