Versions in this module Expand all Collapse all v0 v0.0.4 Jun 30, 2024 Changes in this version + const CommandAddRule + const CommandCollectClassNames + const CommandCreateStyleSheet + const CommandDisable + const CommandEnable + const CommandForcePseudoState + const CommandGetBackgroundColors + const CommandGetComputedStyleForNode + const CommandGetInlineStylesForNode + const CommandGetLayersForNode + const CommandGetLocationForSelector + const CommandGetMatchedStylesForNode + const CommandGetMediaQueries + const CommandGetPlatformFontsForNode + const CommandGetStyleSheetText + const CommandSetContainerQueryText + const CommandSetEffectivePropertyValueForNode + const CommandSetKeyframeKey + const CommandSetLocalFontsEnabled + const CommandSetMediaText + const CommandSetPropertyRulePropertyName + const CommandSetRuleSelector + const CommandSetScopeText + const CommandSetStyleSheetText + const CommandSetStyleTexts + const CommandSetSupportsText + const CommandStartRuleUsageTracking + const CommandStopRuleUsageTracking + const CommandTakeComputedStyleUpdates + const CommandTakeCoverageDelta + const CommandTrackComputedStyleUpdates + type AddRuleParams struct + Location *SourceRange + NodeForPropertySyntaxValidation cdp.NodeID + RuleText string + StyleSheetID StyleSheetID + func AddRule(styleSheetID StyleSheetID, ruleText string, location *SourceRange) *AddRuleParams + func (p *AddRuleParams) Do(ctx context.Context) (rule *Rule, err error) + func (p AddRuleParams) WithNodeForPropertySyntaxValidation(nodeForPropertySyntaxValidation cdp.NodeID) *AddRuleParams + func (v *AddRuleParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *AddRuleParams) UnmarshalJSON(data []byte) error + func (v AddRuleParams) MarshalEasyJSON(w *jwriter.Writer) + func (v AddRuleParams) MarshalJSON() ([]byte, error) + type AddRuleReturns struct + Rule *Rule + func (v *AddRuleReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *AddRuleReturns) UnmarshalJSON(data []byte) error + func (v AddRuleReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v AddRuleReturns) MarshalJSON() ([]byte, error) + type CollectClassNamesParams struct + StyleSheetID StyleSheetID + func CollectClassNames(styleSheetID StyleSheetID) *CollectClassNamesParams + func (p *CollectClassNamesParams) Do(ctx context.Context) (classNames []string, err error) + func (v *CollectClassNamesParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CollectClassNamesParams) UnmarshalJSON(data []byte) error + func (v CollectClassNamesParams) MarshalEasyJSON(w *jwriter.Writer) + func (v CollectClassNamesParams) MarshalJSON() ([]byte, error) + type CollectClassNamesReturns struct + ClassNames []string + func (v *CollectClassNamesReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CollectClassNamesReturns) UnmarshalJSON(data []byte) error + func (v CollectClassNamesReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v CollectClassNamesReturns) MarshalJSON() ([]byte, error) + type ComputedStyleProperty struct + Name string + Value string + func (v *ComputedStyleProperty) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ComputedStyleProperty) UnmarshalJSON(data []byte) error + func (v ComputedStyleProperty) MarshalEasyJSON(w *jwriter.Writer) + func (v ComputedStyleProperty) MarshalJSON() ([]byte, error) + type ContainerQuery struct + LogicalAxes dom.LogicalAxes + Name string + PhysicalAxes dom.PhysicalAxes + Range *SourceRange + StyleSheetID StyleSheetID + Text string + func (v *ContainerQuery) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ContainerQuery) UnmarshalJSON(data []byte) error + func (v ContainerQuery) MarshalEasyJSON(w *jwriter.Writer) + func (v ContainerQuery) MarshalJSON() ([]byte, error) + type CreateStyleSheetParams struct + FrameID cdp.FrameID + func CreateStyleSheet(frameID cdp.FrameID) *CreateStyleSheetParams + func (p *CreateStyleSheetParams) Do(ctx context.Context) (styleSheetID StyleSheetID, err error) + func (v *CreateStyleSheetParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CreateStyleSheetParams) UnmarshalJSON(data []byte) error + func (v CreateStyleSheetParams) MarshalEasyJSON(w *jwriter.Writer) + func (v CreateStyleSheetParams) MarshalJSON() ([]byte, error) + type CreateStyleSheetReturns struct + StyleSheetID StyleSheetID + func (v *CreateStyleSheetReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CreateStyleSheetReturns) UnmarshalJSON(data []byte) error + func (v CreateStyleSheetReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v CreateStyleSheetReturns) MarshalJSON() ([]byte, error) + type DisableParams struct + func Disable() *DisableParams + func (p *DisableParams) Do(ctx context.Context) (err error) + func (v *DisableParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *DisableParams) UnmarshalJSON(data []byte) error + func (v DisableParams) MarshalEasyJSON(w *jwriter.Writer) + func (v DisableParams) MarshalJSON() ([]byte, error) + type EnableParams struct + func Enable() *EnableParams + func (p *EnableParams) Do(ctx context.Context) (err error) + func (v *EnableParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EnableParams) UnmarshalJSON(data []byte) error + func (v EnableParams) MarshalEasyJSON(w *jwriter.Writer) + func (v EnableParams) MarshalJSON() ([]byte, error) + type EventFontsUpdated struct + Font *FontFace + func (v *EventFontsUpdated) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventFontsUpdated) UnmarshalJSON(data []byte) error + func (v EventFontsUpdated) MarshalEasyJSON(w *jwriter.Writer) + func (v EventFontsUpdated) MarshalJSON() ([]byte, error) + type EventMediaQueryResultChanged struct + func (v *EventMediaQueryResultChanged) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventMediaQueryResultChanged) UnmarshalJSON(data []byte) error + func (v EventMediaQueryResultChanged) MarshalEasyJSON(w *jwriter.Writer) + func (v EventMediaQueryResultChanged) MarshalJSON() ([]byte, error) + type EventStyleSheetAdded struct + Header *StyleSheetHeader + func (v *EventStyleSheetAdded) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventStyleSheetAdded) UnmarshalJSON(data []byte) error + func (v EventStyleSheetAdded) MarshalEasyJSON(w *jwriter.Writer) + func (v EventStyleSheetAdded) MarshalJSON() ([]byte, error) + type EventStyleSheetChanged struct + StyleSheetID StyleSheetID + func (v *EventStyleSheetChanged) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventStyleSheetChanged) UnmarshalJSON(data []byte) error + func (v EventStyleSheetChanged) MarshalEasyJSON(w *jwriter.Writer) + func (v EventStyleSheetChanged) MarshalJSON() ([]byte, error) + type EventStyleSheetRemoved struct + StyleSheetID StyleSheetID + func (v *EventStyleSheetRemoved) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventStyleSheetRemoved) UnmarshalJSON(data []byte) error + func (v EventStyleSheetRemoved) MarshalEasyJSON(w *jwriter.Writer) + func (v EventStyleSheetRemoved) MarshalJSON() ([]byte, error) + type FontFace struct + FontDisplay string + FontFamily string + FontStretch string + FontStyle string + FontVariant string + FontVariationAxes []*FontVariationAxis + FontWeight string + PlatformFontFamily string + Src string + UnicodeRange string + func (v *FontFace) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *FontFace) UnmarshalJSON(data []byte) error + func (v FontFace) MarshalEasyJSON(w *jwriter.Writer) + func (v FontFace) MarshalJSON() ([]byte, error) + type FontPaletteValuesRule struct + FontPaletteName *Value + Origin StyleSheetOrigin + Style *Style + StyleSheetID StyleSheetID + func (v *FontPaletteValuesRule) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *FontPaletteValuesRule) UnmarshalJSON(data []byte) error + func (v FontPaletteValuesRule) MarshalEasyJSON(w *jwriter.Writer) + func (v FontPaletteValuesRule) MarshalJSON() ([]byte, error) + type FontVariationAxis struct + DefaultValue float64 + MaxValue float64 + MinValue float64 + Name string + Tag string + func (v *FontVariationAxis) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *FontVariationAxis) UnmarshalJSON(data []byte) error + func (v FontVariationAxis) MarshalEasyJSON(w *jwriter.Writer) + func (v FontVariationAxis) MarshalJSON() ([]byte, error) + type ForcePseudoStateParams struct + ForcedPseudoClasses []string + NodeID cdp.NodeID + func ForcePseudoState(nodeID cdp.NodeID, forcedPseudoClasses []string) *ForcePseudoStateParams + func (p *ForcePseudoStateParams) Do(ctx context.Context) (err error) + func (v *ForcePseudoStateParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ForcePseudoStateParams) UnmarshalJSON(data []byte) error + func (v ForcePseudoStateParams) MarshalEasyJSON(w *jwriter.Writer) + func (v ForcePseudoStateParams) MarshalJSON() ([]byte, error) + type GetBackgroundColorsParams struct + NodeID cdp.NodeID + func GetBackgroundColors(nodeID cdp.NodeID) *GetBackgroundColorsParams + func (p *GetBackgroundColorsParams) Do(ctx context.Context) (backgroundColors []string, computedFontSize string, computedFontWeight string, ...) + func (v *GetBackgroundColorsParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetBackgroundColorsParams) UnmarshalJSON(data []byte) error + func (v GetBackgroundColorsParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetBackgroundColorsParams) MarshalJSON() ([]byte, error) + type GetBackgroundColorsReturns struct + BackgroundColors []string + ComputedFontSize string + ComputedFontWeight string + func (v *GetBackgroundColorsReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetBackgroundColorsReturns) UnmarshalJSON(data []byte) error + func (v GetBackgroundColorsReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetBackgroundColorsReturns) MarshalJSON() ([]byte, error) + type GetComputedStyleForNodeParams struct + NodeID cdp.NodeID + func GetComputedStyleForNode(nodeID cdp.NodeID) *GetComputedStyleForNodeParams + func (p *GetComputedStyleForNodeParams) Do(ctx context.Context) (computedStyle []*ComputedStyleProperty, err error) + func (v *GetComputedStyleForNodeParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetComputedStyleForNodeParams) UnmarshalJSON(data []byte) error + func (v GetComputedStyleForNodeParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetComputedStyleForNodeParams) MarshalJSON() ([]byte, error) + type GetComputedStyleForNodeReturns struct + ComputedStyle []*ComputedStyleProperty + func (v *GetComputedStyleForNodeReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetComputedStyleForNodeReturns) UnmarshalJSON(data []byte) error + func (v GetComputedStyleForNodeReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetComputedStyleForNodeReturns) MarshalJSON() ([]byte, error) + type GetInlineStylesForNodeParams struct + NodeID cdp.NodeID + func GetInlineStylesForNode(nodeID cdp.NodeID) *GetInlineStylesForNodeParams + func (p *GetInlineStylesForNodeParams) Do(ctx context.Context) (inlineStyle *Style, attributesStyle *Style, err error) + func (v *GetInlineStylesForNodeParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetInlineStylesForNodeParams) UnmarshalJSON(data []byte) error + func (v GetInlineStylesForNodeParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetInlineStylesForNodeParams) MarshalJSON() ([]byte, error) + type GetInlineStylesForNodeReturns struct + AttributesStyle *Style + InlineStyle *Style + func (v *GetInlineStylesForNodeReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetInlineStylesForNodeReturns) UnmarshalJSON(data []byte) error + func (v GetInlineStylesForNodeReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetInlineStylesForNodeReturns) MarshalJSON() ([]byte, error) + type GetLayersForNodeParams struct + NodeID cdp.NodeID + func GetLayersForNode(nodeID cdp.NodeID) *GetLayersForNodeParams + func (p *GetLayersForNodeParams) Do(ctx context.Context) (rootLayer *LayerData, err error) + func (v *GetLayersForNodeParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetLayersForNodeParams) UnmarshalJSON(data []byte) error + func (v GetLayersForNodeParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetLayersForNodeParams) MarshalJSON() ([]byte, error) + type GetLayersForNodeReturns struct + RootLayer *LayerData + func (v *GetLayersForNodeReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetLayersForNodeReturns) UnmarshalJSON(data []byte) error + func (v GetLayersForNodeReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetLayersForNodeReturns) MarshalJSON() ([]byte, error) + type GetLocationForSelectorParams struct + SelectorText string + StyleSheetID StyleSheetID + func GetLocationForSelector(styleSheetID StyleSheetID, selectorText string) *GetLocationForSelectorParams + func (p *GetLocationForSelectorParams) Do(ctx context.Context) (ranges []*SourceRange, err error) + func (v *GetLocationForSelectorParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetLocationForSelectorParams) UnmarshalJSON(data []byte) error + func (v GetLocationForSelectorParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetLocationForSelectorParams) MarshalJSON() ([]byte, error) + type GetLocationForSelectorReturns struct + Ranges []*SourceRange + func (v *GetLocationForSelectorReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetLocationForSelectorReturns) UnmarshalJSON(data []byte) error + func (v GetLocationForSelectorReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetLocationForSelectorReturns) MarshalJSON() ([]byte, error) + type GetMatchedStylesForNodeParams struct + NodeID cdp.NodeID + func GetMatchedStylesForNode(nodeID cdp.NodeID) *GetMatchedStylesForNodeParams + func (p *GetMatchedStylesForNodeParams) Do(ctx context.Context) (inlineStyle *Style, attributesStyle *Style, matchedCSSRules []*RuleMatch, ...) + func (v *GetMatchedStylesForNodeParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetMatchedStylesForNodeParams) UnmarshalJSON(data []byte) error + func (v GetMatchedStylesForNodeParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetMatchedStylesForNodeParams) MarshalJSON() ([]byte, error) + type GetMatchedStylesForNodeReturns struct + AttributesStyle *Style + CSSFontPaletteValuesRule *FontPaletteValuesRule + CSSKeyframesRules []*KeyframesRule + CSSPositionTryRules []*PositionTryRule + CSSPropertyRegistrations []*PropertyRegistration + CSSPropertyRules []*PropertyRule + Inherited []*InheritedStyleEntry + InheritedPseudoElements []*InheritedPseudoElementMatches + InlineStyle *Style + MatchedCSSRules []*RuleMatch + ParentLayoutNodeID cdp.NodeID + PseudoElements []*PseudoElementMatches + func (v *GetMatchedStylesForNodeReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetMatchedStylesForNodeReturns) UnmarshalJSON(data []byte) error + func (v GetMatchedStylesForNodeReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetMatchedStylesForNodeReturns) MarshalJSON() ([]byte, error) + type GetMediaQueriesParams struct + func GetMediaQueries() *GetMediaQueriesParams + func (p *GetMediaQueriesParams) Do(ctx context.Context) (medias []*Media, err error) + func (v *GetMediaQueriesParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetMediaQueriesParams) UnmarshalJSON(data []byte) error + func (v GetMediaQueriesParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetMediaQueriesParams) MarshalJSON() ([]byte, error) + type GetMediaQueriesReturns struct + Medias []*Media + func (v *GetMediaQueriesReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetMediaQueriesReturns) UnmarshalJSON(data []byte) error + func (v GetMediaQueriesReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetMediaQueriesReturns) MarshalJSON() ([]byte, error) + type GetPlatformFontsForNodeParams struct + NodeID cdp.NodeID + func GetPlatformFontsForNode(nodeID cdp.NodeID) *GetPlatformFontsForNodeParams + func (p *GetPlatformFontsForNodeParams) Do(ctx context.Context) (fonts []*PlatformFontUsage, err error) + func (v *GetPlatformFontsForNodeParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetPlatformFontsForNodeParams) UnmarshalJSON(data []byte) error + func (v GetPlatformFontsForNodeParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetPlatformFontsForNodeParams) MarshalJSON() ([]byte, error) + type GetPlatformFontsForNodeReturns struct + Fonts []*PlatformFontUsage + func (v *GetPlatformFontsForNodeReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetPlatformFontsForNodeReturns) UnmarshalJSON(data []byte) error + func (v GetPlatformFontsForNodeReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetPlatformFontsForNodeReturns) MarshalJSON() ([]byte, error) + type GetStyleSheetTextParams struct + StyleSheetID StyleSheetID + func GetStyleSheetText(styleSheetID StyleSheetID) *GetStyleSheetTextParams + func (p *GetStyleSheetTextParams) Do(ctx context.Context) (text string, err error) + func (v *GetStyleSheetTextParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetStyleSheetTextParams) UnmarshalJSON(data []byte) error + func (v GetStyleSheetTextParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetStyleSheetTextParams) MarshalJSON() ([]byte, error) + type GetStyleSheetTextReturns struct + Text string + func (v *GetStyleSheetTextReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetStyleSheetTextReturns) UnmarshalJSON(data []byte) error + func (v GetStyleSheetTextReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetStyleSheetTextReturns) MarshalJSON() ([]byte, error) + type InheritedPseudoElementMatches struct + PseudoElements []*PseudoElementMatches + func (v *InheritedPseudoElementMatches) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *InheritedPseudoElementMatches) UnmarshalJSON(data []byte) error + func (v InheritedPseudoElementMatches) MarshalEasyJSON(w *jwriter.Writer) + func (v InheritedPseudoElementMatches) MarshalJSON() ([]byte, error) + type InheritedStyleEntry struct + InlineStyle *Style + MatchedCSSRules []*RuleMatch + func (v *InheritedStyleEntry) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *InheritedStyleEntry) UnmarshalJSON(data []byte) error + func (v InheritedStyleEntry) MarshalEasyJSON(w *jwriter.Writer) + func (v InheritedStyleEntry) MarshalJSON() ([]byte, error) + type KeyframeRule struct + KeyText *Value + Origin StyleSheetOrigin + Style *Style + StyleSheetID StyleSheetID + func (v *KeyframeRule) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *KeyframeRule) UnmarshalJSON(data []byte) error + func (v KeyframeRule) MarshalEasyJSON(w *jwriter.Writer) + func (v KeyframeRule) MarshalJSON() ([]byte, error) + type KeyframesRule struct + AnimationName *Value + Keyframes []*KeyframeRule + func (v *KeyframesRule) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *KeyframesRule) UnmarshalJSON(data []byte) error + func (v KeyframesRule) MarshalEasyJSON(w *jwriter.Writer) + func (v KeyframesRule) MarshalJSON() ([]byte, error) + type Layer struct + Range *SourceRange + StyleSheetID StyleSheetID + Text string + func (v *Layer) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Layer) UnmarshalJSON(data []byte) error + func (v Layer) MarshalEasyJSON(w *jwriter.Writer) + func (v Layer) MarshalJSON() ([]byte, error) + type LayerData struct + Name string + Order float64 + SubLayers []*LayerData + func (v *LayerData) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *LayerData) UnmarshalJSON(data []byte) error + func (v LayerData) MarshalEasyJSON(w *jwriter.Writer) + func (v LayerData) MarshalJSON() ([]byte, error) + type Media struct + MediaList []*MediaQuery + Range *SourceRange + Source MediaSource + SourceURL string + StyleSheetID StyleSheetID + Text string + func (v *Media) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Media) UnmarshalJSON(data []byte) error + func (v Media) MarshalEasyJSON(w *jwriter.Writer) + func (v Media) MarshalJSON() ([]byte, error) + type MediaQuery struct + Active bool + Expressions []*MediaQueryExpression + func (v *MediaQuery) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *MediaQuery) UnmarshalJSON(data []byte) error + func (v MediaQuery) MarshalEasyJSON(w *jwriter.Writer) + func (v MediaQuery) MarshalJSON() ([]byte, error) + type MediaQueryExpression struct + ComputedLength float64 + Feature string + Unit string + Value float64 + ValueRange *SourceRange + func (v *MediaQueryExpression) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *MediaQueryExpression) UnmarshalJSON(data []byte) error + func (v MediaQueryExpression) MarshalEasyJSON(w *jwriter.Writer) + func (v MediaQueryExpression) MarshalJSON() ([]byte, error) + type MediaSource string + const MediaSourceImportRule + const MediaSourceInlineSheet + const MediaSourceLinkedSheet + const MediaSourceMediaRule + func (t *MediaSource) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *MediaSource) UnmarshalJSON(buf []byte) error + func (t MediaSource) MarshalEasyJSON(out *jwriter.Writer) + func (t MediaSource) MarshalJSON() ([]byte, error) + func (t MediaSource) String() string + type PlatformFontUsage struct + FamilyName string + GlyphCount float64 + IsCustomFont bool + PostScriptName string + func (v *PlatformFontUsage) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *PlatformFontUsage) UnmarshalJSON(data []byte) error + func (v PlatformFontUsage) MarshalEasyJSON(w *jwriter.Writer) + func (v PlatformFontUsage) MarshalJSON() ([]byte, error) + type PositionTryRule struct + Name *Value + Origin StyleSheetOrigin + Style *Style + StyleSheetID StyleSheetID + func (v *PositionTryRule) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *PositionTryRule) UnmarshalJSON(data []byte) error + func (v PositionTryRule) MarshalEasyJSON(w *jwriter.Writer) + func (v PositionTryRule) MarshalJSON() ([]byte, error) + type Property struct + Disabled bool + Implicit bool + Important bool + LonghandProperties []*Property + Name string + ParsedOk bool + Range *SourceRange + Text string + Value string + func (v *Property) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Property) UnmarshalJSON(data []byte) error + func (v Property) MarshalEasyJSON(w *jwriter.Writer) + func (v Property) MarshalJSON() ([]byte, error) + type PropertyRegistration struct + Inherits bool + InitialValue *Value + PropertyName string + Syntax string + func (v *PropertyRegistration) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *PropertyRegistration) UnmarshalJSON(data []byte) error + func (v PropertyRegistration) MarshalEasyJSON(w *jwriter.Writer) + func (v PropertyRegistration) MarshalJSON() ([]byte, error) + type PropertyRule struct + Origin StyleSheetOrigin + PropertyName *Value + Style *Style + StyleSheetID StyleSheetID + func (v *PropertyRule) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *PropertyRule) UnmarshalJSON(data []byte) error + func (v PropertyRule) MarshalEasyJSON(w *jwriter.Writer) + func (v PropertyRule) MarshalJSON() ([]byte, error) + type PseudoElementMatches struct + Matches []*RuleMatch + PseudoIdentifier string + PseudoType cdp.PseudoType + func (v *PseudoElementMatches) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *PseudoElementMatches) UnmarshalJSON(data []byte) error + func (v PseudoElementMatches) MarshalEasyJSON(w *jwriter.Writer) + func (v PseudoElementMatches) MarshalJSON() ([]byte, error) + type Rule struct + ContainerQueries []*ContainerQuery + Layers []*Layer + Media []*Media + NestingSelectors []string + Origin StyleSheetOrigin + RuleTypes []RuleType + Scopes []*Scope + SelectorList *SelectorList + Style *Style + StyleSheetID StyleSheetID + Supports []*Supports + func (v *Rule) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Rule) UnmarshalJSON(data []byte) error + func (v Rule) MarshalEasyJSON(w *jwriter.Writer) + func (v Rule) MarshalJSON() ([]byte, error) + type RuleMatch struct + MatchingSelectors []int64 + Rule *Rule + func (v *RuleMatch) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *RuleMatch) UnmarshalJSON(data []byte) error + func (v RuleMatch) MarshalEasyJSON(w *jwriter.Writer) + func (v RuleMatch) MarshalJSON() ([]byte, error) + type RuleType string + const RuleTypeContainerRule + const RuleTypeLayerRule + const RuleTypeMediaRule + const RuleTypeScopeRule + const RuleTypeStyleRule + const RuleTypeSupportsRule + func (t *RuleType) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *RuleType) UnmarshalJSON(buf []byte) error + func (t RuleType) MarshalEasyJSON(out *jwriter.Writer) + func (t RuleType) MarshalJSON() ([]byte, error) + func (t RuleType) String() string + type RuleUsage struct + EndOffset float64 + StartOffset float64 + StyleSheetID StyleSheetID + Used bool + func (v *RuleUsage) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *RuleUsage) UnmarshalJSON(data []byte) error + func (v RuleUsage) MarshalEasyJSON(w *jwriter.Writer) + func (v RuleUsage) MarshalJSON() ([]byte, error) + type Scope struct + Range *SourceRange + StyleSheetID StyleSheetID + Text string + func (v *Scope) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Scope) UnmarshalJSON(data []byte) error + func (v Scope) MarshalEasyJSON(w *jwriter.Writer) + func (v Scope) MarshalJSON() ([]byte, error) + type SelectorList struct + Selectors []*Value + Text string + func (v *SelectorList) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SelectorList) UnmarshalJSON(data []byte) error + func (v SelectorList) MarshalEasyJSON(w *jwriter.Writer) + func (v SelectorList) MarshalJSON() ([]byte, error) + type SetContainerQueryTextParams struct + Range *SourceRange + StyleSheetID StyleSheetID + Text string + func SetContainerQueryText(styleSheetID StyleSheetID, rangeVal *SourceRange, text string) *SetContainerQueryTextParams + func (p *SetContainerQueryTextParams) Do(ctx context.Context) (containerQuery *ContainerQuery, err error) + func (v *SetContainerQueryTextParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetContainerQueryTextParams) UnmarshalJSON(data []byte) error + func (v SetContainerQueryTextParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetContainerQueryTextParams) MarshalJSON() ([]byte, error) + type SetContainerQueryTextReturns struct + ContainerQuery *ContainerQuery + func (v *SetContainerQueryTextReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetContainerQueryTextReturns) UnmarshalJSON(data []byte) error + func (v SetContainerQueryTextReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v SetContainerQueryTextReturns) MarshalJSON() ([]byte, error) + type SetEffectivePropertyValueForNodeParams struct + NodeID cdp.NodeID + PropertyName string + Value string + func SetEffectivePropertyValueForNode(nodeID cdp.NodeID, propertyName string, value string) *SetEffectivePropertyValueForNodeParams + func (p *SetEffectivePropertyValueForNodeParams) Do(ctx context.Context) (err error) + func (v *SetEffectivePropertyValueForNodeParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetEffectivePropertyValueForNodeParams) UnmarshalJSON(data []byte) error + func (v SetEffectivePropertyValueForNodeParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetEffectivePropertyValueForNodeParams) MarshalJSON() ([]byte, error) + type SetKeyframeKeyParams struct + KeyText string + Range *SourceRange + StyleSheetID StyleSheetID + func SetKeyframeKey(styleSheetID StyleSheetID, rangeVal *SourceRange, keyText string) *SetKeyframeKeyParams + func (p *SetKeyframeKeyParams) Do(ctx context.Context) (keyText *Value, err error) + func (v *SetKeyframeKeyParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetKeyframeKeyParams) UnmarshalJSON(data []byte) error + func (v SetKeyframeKeyParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetKeyframeKeyParams) MarshalJSON() ([]byte, error) + type SetKeyframeKeyReturns struct + KeyText *Value + func (v *SetKeyframeKeyReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetKeyframeKeyReturns) UnmarshalJSON(data []byte) error + func (v SetKeyframeKeyReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v SetKeyframeKeyReturns) MarshalJSON() ([]byte, error) + type SetLocalFontsEnabledParams struct + Enabled bool + func SetLocalFontsEnabled(enabled bool) *SetLocalFontsEnabledParams + func (p *SetLocalFontsEnabledParams) Do(ctx context.Context) (err error) + func (v *SetLocalFontsEnabledParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetLocalFontsEnabledParams) UnmarshalJSON(data []byte) error + func (v SetLocalFontsEnabledParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetLocalFontsEnabledParams) MarshalJSON() ([]byte, error) + type SetMediaTextParams struct + Range *SourceRange + StyleSheetID StyleSheetID + Text string + func SetMediaText(styleSheetID StyleSheetID, rangeVal *SourceRange, text string) *SetMediaTextParams + func (p *SetMediaTextParams) Do(ctx context.Context) (media *Media, err error) + func (v *SetMediaTextParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetMediaTextParams) UnmarshalJSON(data []byte) error + func (v SetMediaTextParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetMediaTextParams) MarshalJSON() ([]byte, error) + type SetMediaTextReturns struct + Media *Media + func (v *SetMediaTextReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetMediaTextReturns) UnmarshalJSON(data []byte) error + func (v SetMediaTextReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v SetMediaTextReturns) MarshalJSON() ([]byte, error) + type SetPropertyRulePropertyNameParams struct + PropertyName string + Range *SourceRange + StyleSheetID StyleSheetID + func SetPropertyRulePropertyName(styleSheetID StyleSheetID, rangeVal *SourceRange, propertyName string) *SetPropertyRulePropertyNameParams + func (p *SetPropertyRulePropertyNameParams) Do(ctx context.Context) (propertyName *Value, err error) + func (v *SetPropertyRulePropertyNameParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetPropertyRulePropertyNameParams) UnmarshalJSON(data []byte) error + func (v SetPropertyRulePropertyNameParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetPropertyRulePropertyNameParams) MarshalJSON() ([]byte, error) + type SetPropertyRulePropertyNameReturns struct + PropertyName *Value + func (v *SetPropertyRulePropertyNameReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetPropertyRulePropertyNameReturns) UnmarshalJSON(data []byte) error + func (v SetPropertyRulePropertyNameReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v SetPropertyRulePropertyNameReturns) MarshalJSON() ([]byte, error) + type SetRuleSelectorParams struct + Range *SourceRange + Selector string + StyleSheetID StyleSheetID + func SetRuleSelector(styleSheetID StyleSheetID, rangeVal *SourceRange, selector string) *SetRuleSelectorParams + func (p *SetRuleSelectorParams) Do(ctx context.Context) (selectorList *SelectorList, err error) + func (v *SetRuleSelectorParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetRuleSelectorParams) UnmarshalJSON(data []byte) error + func (v SetRuleSelectorParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetRuleSelectorParams) MarshalJSON() ([]byte, error) + type SetRuleSelectorReturns struct + SelectorList *SelectorList + func (v *SetRuleSelectorReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetRuleSelectorReturns) UnmarshalJSON(data []byte) error + func (v SetRuleSelectorReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v SetRuleSelectorReturns) MarshalJSON() ([]byte, error) + type SetScopeTextParams struct + Range *SourceRange + StyleSheetID StyleSheetID + Text string + func SetScopeText(styleSheetID StyleSheetID, rangeVal *SourceRange, text string) *SetScopeTextParams + func (p *SetScopeTextParams) Do(ctx context.Context) (scope *Scope, err error) + func (v *SetScopeTextParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetScopeTextParams) UnmarshalJSON(data []byte) error + func (v SetScopeTextParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetScopeTextParams) MarshalJSON() ([]byte, error) + type SetScopeTextReturns struct + Scope *Scope + func (v *SetScopeTextReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetScopeTextReturns) UnmarshalJSON(data []byte) error + func (v SetScopeTextReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v SetScopeTextReturns) MarshalJSON() ([]byte, error) + type SetStyleSheetTextParams struct + StyleSheetID StyleSheetID + Text string + func SetStyleSheetText(styleSheetID StyleSheetID, text string) *SetStyleSheetTextParams + func (p *SetStyleSheetTextParams) Do(ctx context.Context) (sourceMapURL string, err error) + func (v *SetStyleSheetTextParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetStyleSheetTextParams) UnmarshalJSON(data []byte) error + func (v SetStyleSheetTextParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetStyleSheetTextParams) MarshalJSON() ([]byte, error) + type SetStyleSheetTextReturns struct + SourceMapURL string + func (v *SetStyleSheetTextReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetStyleSheetTextReturns) UnmarshalJSON(data []byte) error + func (v SetStyleSheetTextReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v SetStyleSheetTextReturns) MarshalJSON() ([]byte, error) + type SetStyleTextsParams struct + Edits []*StyleDeclarationEdit + NodeForPropertySyntaxValidation cdp.NodeID + func SetStyleTexts(edits []*StyleDeclarationEdit) *SetStyleTextsParams + func (p *SetStyleTextsParams) Do(ctx context.Context) (styles []*Style, err error) + func (p SetStyleTextsParams) WithNodeForPropertySyntaxValidation(nodeForPropertySyntaxValidation cdp.NodeID) *SetStyleTextsParams + func (v *SetStyleTextsParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetStyleTextsParams) UnmarshalJSON(data []byte) error + func (v SetStyleTextsParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetStyleTextsParams) MarshalJSON() ([]byte, error) + type SetStyleTextsReturns struct + Styles []*Style + func (v *SetStyleTextsReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetStyleTextsReturns) UnmarshalJSON(data []byte) error + func (v SetStyleTextsReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v SetStyleTextsReturns) MarshalJSON() ([]byte, error) + type SetSupportsTextParams struct + Range *SourceRange + StyleSheetID StyleSheetID + Text string + func SetSupportsText(styleSheetID StyleSheetID, rangeVal *SourceRange, text string) *SetSupportsTextParams + func (p *SetSupportsTextParams) Do(ctx context.Context) (supports *Supports, err error) + func (v *SetSupportsTextParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetSupportsTextParams) UnmarshalJSON(data []byte) error + func (v SetSupportsTextParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetSupportsTextParams) MarshalJSON() ([]byte, error) + type SetSupportsTextReturns struct + Supports *Supports + func (v *SetSupportsTextReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetSupportsTextReturns) UnmarshalJSON(data []byte) error + func (v SetSupportsTextReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v SetSupportsTextReturns) MarshalJSON() ([]byte, error) + type ShorthandEntry struct + Important bool + Name string + Value string + func (v *ShorthandEntry) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ShorthandEntry) UnmarshalJSON(data []byte) error + func (v ShorthandEntry) MarshalEasyJSON(w *jwriter.Writer) + func (v ShorthandEntry) MarshalJSON() ([]byte, error) + type SourceRange struct + EndColumn int64 + EndLine int64 + StartColumn int64 + StartLine int64 + func (v *SourceRange) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SourceRange) UnmarshalJSON(data []byte) error + func (v SourceRange) MarshalEasyJSON(w *jwriter.Writer) + func (v SourceRange) MarshalJSON() ([]byte, error) + type Specificity struct + A int64 + B int64 + C int64 + func (v *Specificity) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Specificity) UnmarshalJSON(data []byte) error + func (v Specificity) MarshalEasyJSON(w *jwriter.Writer) + func (v Specificity) MarshalJSON() ([]byte, error) + type StartRuleUsageTrackingParams struct + func StartRuleUsageTracking() *StartRuleUsageTrackingParams + func (p *StartRuleUsageTrackingParams) Do(ctx context.Context) (err error) + func (v *StartRuleUsageTrackingParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *StartRuleUsageTrackingParams) UnmarshalJSON(data []byte) error + func (v StartRuleUsageTrackingParams) MarshalEasyJSON(w *jwriter.Writer) + func (v StartRuleUsageTrackingParams) MarshalJSON() ([]byte, error) + type StopRuleUsageTrackingParams struct + func StopRuleUsageTracking() *StopRuleUsageTrackingParams + func (p *StopRuleUsageTrackingParams) Do(ctx context.Context) (ruleUsage []*RuleUsage, err error) + func (v *StopRuleUsageTrackingParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *StopRuleUsageTrackingParams) UnmarshalJSON(data []byte) error + func (v StopRuleUsageTrackingParams) MarshalEasyJSON(w *jwriter.Writer) + func (v StopRuleUsageTrackingParams) MarshalJSON() ([]byte, error) + type StopRuleUsageTrackingReturns struct + RuleUsage []*RuleUsage + func (v *StopRuleUsageTrackingReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *StopRuleUsageTrackingReturns) UnmarshalJSON(data []byte) error + func (v StopRuleUsageTrackingReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v StopRuleUsageTrackingReturns) MarshalJSON() ([]byte, error) + type Style struct + CSSProperties []*Property + CSSText string + Range *SourceRange + ShorthandEntries []*ShorthandEntry + StyleSheetID StyleSheetID + func (v *Style) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Style) UnmarshalJSON(data []byte) error + func (v Style) MarshalEasyJSON(w *jwriter.Writer) + func (v Style) MarshalJSON() ([]byte, error) + type StyleDeclarationEdit struct + Range *SourceRange + StyleSheetID StyleSheetID + Text string + func (v *StyleDeclarationEdit) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *StyleDeclarationEdit) UnmarshalJSON(data []byte) error + func (v StyleDeclarationEdit) MarshalEasyJSON(w *jwriter.Writer) + func (v StyleDeclarationEdit) MarshalJSON() ([]byte, error) + type StyleSheetHeader struct + Disabled bool + EndColumn float64 + EndLine float64 + FrameID cdp.FrameID + HasSourceURL bool + IsConstructed bool + IsInline bool + IsMutable bool + Length float64 + LoadingFailed bool + Origin StyleSheetOrigin + OwnerNode cdp.BackendNodeID + SourceMapURL string + SourceURL string + StartColumn float64 + StartLine float64 + StyleSheetID StyleSheetID + Title string + func (v *StyleSheetHeader) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *StyleSheetHeader) UnmarshalJSON(data []byte) error + func (v StyleSheetHeader) MarshalEasyJSON(w *jwriter.Writer) + func (v StyleSheetHeader) MarshalJSON() ([]byte, error) + type StyleSheetID string + func (t StyleSheetID) String() string + type StyleSheetOrigin string + const StyleSheetOriginInjected + const StyleSheetOriginInspector + const StyleSheetOriginRegular + const StyleSheetOriginUserAgent + func (t *StyleSheetOrigin) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *StyleSheetOrigin) UnmarshalJSON(buf []byte) error + func (t StyleSheetOrigin) MarshalEasyJSON(out *jwriter.Writer) + func (t StyleSheetOrigin) MarshalJSON() ([]byte, error) + func (t StyleSheetOrigin) String() string + type Supports struct + Active bool + Range *SourceRange + StyleSheetID StyleSheetID + Text string + func (v *Supports) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Supports) UnmarshalJSON(data []byte) error + func (v Supports) MarshalEasyJSON(w *jwriter.Writer) + func (v Supports) MarshalJSON() ([]byte, error) + type TakeComputedStyleUpdatesParams struct + func TakeComputedStyleUpdates() *TakeComputedStyleUpdatesParams + func (p *TakeComputedStyleUpdatesParams) Do(ctx context.Context) (nodeIDs []cdp.NodeID, err error) + func (v *TakeComputedStyleUpdatesParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *TakeComputedStyleUpdatesParams) UnmarshalJSON(data []byte) error + func (v TakeComputedStyleUpdatesParams) MarshalEasyJSON(w *jwriter.Writer) + func (v TakeComputedStyleUpdatesParams) MarshalJSON() ([]byte, error) + type TakeComputedStyleUpdatesReturns struct + NodeIDs []cdp.NodeID + func (v *TakeComputedStyleUpdatesReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *TakeComputedStyleUpdatesReturns) UnmarshalJSON(data []byte) error + func (v TakeComputedStyleUpdatesReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v TakeComputedStyleUpdatesReturns) MarshalJSON() ([]byte, error) + type TakeCoverageDeltaParams struct + func TakeCoverageDelta() *TakeCoverageDeltaParams + func (p *TakeCoverageDeltaParams) Do(ctx context.Context) (coverage []*RuleUsage, timestamp float64, err error) + func (v *TakeCoverageDeltaParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *TakeCoverageDeltaParams) UnmarshalJSON(data []byte) error + func (v TakeCoverageDeltaParams) MarshalEasyJSON(w *jwriter.Writer) + func (v TakeCoverageDeltaParams) MarshalJSON() ([]byte, error) + type TakeCoverageDeltaReturns struct + Coverage []*RuleUsage + Timestamp float64 + func (v *TakeCoverageDeltaReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *TakeCoverageDeltaReturns) UnmarshalJSON(data []byte) error + func (v TakeCoverageDeltaReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v TakeCoverageDeltaReturns) MarshalJSON() ([]byte, error) + type TrackComputedStyleUpdatesParams struct + PropertiesToTrack []*ComputedStyleProperty + func TrackComputedStyleUpdates(propertiesToTrack []*ComputedStyleProperty) *TrackComputedStyleUpdatesParams + func (p *TrackComputedStyleUpdatesParams) Do(ctx context.Context) (err error) + func (v *TrackComputedStyleUpdatesParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *TrackComputedStyleUpdatesParams) UnmarshalJSON(data []byte) error + func (v TrackComputedStyleUpdatesParams) MarshalEasyJSON(w *jwriter.Writer) + func (v TrackComputedStyleUpdatesParams) MarshalJSON() ([]byte, error) + type TryRule struct + Origin StyleSheetOrigin + Style *Style + StyleSheetID StyleSheetID + func (v *TryRule) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *TryRule) UnmarshalJSON(data []byte) error + func (v TryRule) MarshalEasyJSON(w *jwriter.Writer) + func (v TryRule) MarshalJSON() ([]byte, error) + type Value struct + Range *SourceRange + Specificity *Specificity + Text string + func (v *Value) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Value) UnmarshalJSON(data []byte) error + func (v Value) MarshalEasyJSON(w *jwriter.Writer) + func (v Value) MarshalJSON() ([]byte, error)