Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PageFrameID ¶
type PageFrameID string
PageFrameID Unique frame identifier.
This type cannot be used directly. Use page.FrameID instead.
func (*PageFrameID) UnmarshalJSON ¶
func (p *PageFrameID) UnmarshalJSON(data []byte) error
UnmarshalJSON decodes the FrameID from either string or float.
type PageResourceType ¶
type PageResourceType string
PageResourceType Resource type as it was perceived by the rendering engine.
This type cannot be used directly. Use page.ResourceType instead.
func (PageResourceType) String ¶
func (e PageResourceType) String() string
func (PageResourceType) Valid ¶
func (e PageResourceType) Valid() bool
Click to show internal directories.
Click to hide internal directories.