Versions in this module Expand all Collapse all v1 v1.0.0 Apr 1, 2026 Changes in this version + var ErrDecrypt = errdefs.ErrDecrypt + var ErrInvalidStore = errdefs.ErrInvalidStore + var ErrNotFound = errdefs.ErrNotFound + var ErrUnsupported = errdefs.ErrUnsupported + func Arc(opts ...Option) ([]*http.Cookie, error) + func Brave(opts ...Option) ([]*http.Cookie, error) + func Chrome(opts ...Option) ([]*http.Cookie, error) + func Chromium(opts ...Option) ([]*http.Cookie, error) + func Edge(opts ...Option) ([]*http.Cookie, error) + func EdgeDev(opts ...Option) ([]*http.Cookie, error) + func Firefox(opts ...Option) ([]*http.Cookie, error) + func Jar(cookies []*http.Cookie) (*cookiejar.Jar, error) + func LibreWolf(opts ...Option) ([]*http.Cookie, error) + func Load(opts ...Option) ([]*http.Cookie, error) + func Opera(opts ...Option) ([]*http.Cookie, error) + func OperaGX(opts ...Option) ([]*http.Cookie, error) + func Safari(opts ...Option) ([]*http.Cookie, error) + func Vivaldi(opts ...Option) ([]*http.Cookie, error) + func Zen(opts ...Option) ([]*http.Cookie, error) + type Option func(*options) + func WithCookieFiles(paths ...string) Option + func WithDomains(domains ...string) Option