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 int
PageResourceType Resource type as it was perceived by the rendering engine.
This type cannot be used directly. Use page.ResourceType instead.
func (PageResourceType) MarshalJSON ¶
func (e PageResourceType) MarshalJSON() ([]byte, error)
MarshalJSON encodes enum into a string or null when not set.
func (PageResourceType) String ¶
func (e PageResourceType) String() string
func (*PageResourceType) UnmarshalJSON ¶
func (e *PageResourceType) UnmarshalJSON(data []byte) error
UnmarshalJSON decodes a string value into a enum.
func (PageResourceType) Valid ¶
func (e PageResourceType) Valid() bool
Valid returns true if enum is set.
Click to show internal directories.
Click to hide internal directories.