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 ChromiumDownload []Download + func (c *ChromiumDownload) Extract(_ []byte) error + func (c *ChromiumDownload) Len() int + func (c *ChromiumDownload) Name() string + type Download struct + EndTime time.Time + MimeType string + StartTime time.Time + TargetPath string + TotalBytes int64 + URL string + type FirefoxDownload []Download + func (f *FirefoxDownload) Extract(_ []byte) error + func (f *FirefoxDownload) Len() int + func (f *FirefoxDownload) Name() string