Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Version ¶
type Version struct {
Type VersionType
Major int
Minor int
Build int
Revision int
}
Version represents a Microsoft Edge version
type VersionType ¶
type VersionType int
VersionType represents the rendering engine type of Microsoft Edge
const ( // EdgeHTML represents the legacy EdgeHTML-based versions (e.g., "20.10240", "44.17763") EdgeHTML VersionType = iota // Chromium represents the Chromium-based versions (e.g., "88.0.705.18", "146.0.3856.13") Chromium )
Click to show internal directories.
Click to hide internal directories.