localstorage

package
v0.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 19, 2025 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChromiumLocalStorage

type ChromiumLocalStorage []Storage

func (*ChromiumLocalStorage) Extract

func (c *ChromiumLocalStorage) Extract(_ []byte) error

func (*ChromiumLocalStorage) Len

func (c *ChromiumLocalStorage) Len() int

func (*ChromiumLocalStorage) Name

func (c *ChromiumLocalStorage) Name() string

type FirefoxLocalStorage

type FirefoxLocalStorage []Storage

func (*FirefoxLocalStorage) Extract

func (f *FirefoxLocalStorage) Extract(_ []byte) error

func (*FirefoxLocalStorage) Len

func (f *FirefoxLocalStorage) Len() int

func (*FirefoxLocalStorage) Name

func (f *FirefoxLocalStorage) Name() string

type Storage

type Storage struct {
	IsMeta bool
	URL    string
	Key    string
	Value  string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL