Module storage

Module storage 

Source
Expand description

Storage state collection and restoration.

This module provides functionality for collecting and restoring browser storage state including cookies, localStorage, and IndexedDB.

Structs§

StorageStateBuilder
Builder for collecting storage state with options.
StorageStateOptions
Options for collecting storage state.

Functions§

restore_indexed_db
Restore IndexedDB databases to a page.
restore_local_storage
Restore localStorage entries to a page.