Versions in this module Expand all Collapse all v0 v0.0.1 Sep 19, 2025 v0.0.0 Sep 19, 2025 Changes in this version + type ChromiumLocalStorage []Storage + func (c *ChromiumLocalStorage) Extract(_ []byte) error + func (c *ChromiumLocalStorage) Len() int + func (c *ChromiumLocalStorage) Name() string + type FirefoxLocalStorage []Storage + func (f *FirefoxLocalStorage) Extract(_ []byte) error + func (f *FirefoxLocalStorage) Len() int + func (f *FirefoxLocalStorage) Name() string + type Storage struct + IsMeta bool + Key string + URL string + Value string