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 ChromiumSessionStorage []Session + func (c *ChromiumSessionStorage) Extract(_ []byte) error + func (c *ChromiumSessionStorage) Len() int + func (c *ChromiumSessionStorage) Name() string + type FirefoxSessionStorage []Session + func (f *FirefoxSessionStorage) Extract(_ []byte) error + func (f *FirefoxSessionStorage) Len() int + func (f *FirefoxSessionStorage) Name() string + type Session struct + IsMeta bool + Key string + URL string + Value string