package audits
Import Path
github.com/chromedp/cdproto/audits (on go.dev)
Dependency Relation
imports 10 packages, and imported by one package
Involved Source Files
Package audits provides the Chrome DevTools Protocol
commands, types, and events for the Audits domain.
Audits domain allows investigation of page violations and possible
improvements.
Generated by the cdproto-gen command.
easyjson.go
events.go
types.go
Package-Level Type Names (total 53)
AffectedCookie information about a cookie that is affected by an inspector
issue.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-AffectedCookie
Domain string
// The following three properties uniquely identify a cookie
Path string
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
AffectedCookie : github.com/goccy/go-json.Marshaler
*AffectedCookie : github.com/goccy/go-json.Unmarshaler
AffectedCookie : github.com/mailru/easyjson.Marshaler
*AffectedCookie : github.com/mailru/easyjson.MarshalerUnmarshaler
*AffectedCookie : github.com/mailru/easyjson.Unmarshaler
AffectedCookie : encoding/json.Marshaler
*AffectedCookie : encoding/json.Unmarshaler
AffectedFrame information about the frame affected by an inspector issue.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-AffectedFrame
FrameID cdp.FrameID
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
AffectedFrame : github.com/goccy/go-json.Marshaler
*AffectedFrame : github.com/goccy/go-json.Unmarshaler
AffectedFrame : github.com/mailru/easyjson.Marshaler
*AffectedFrame : github.com/mailru/easyjson.MarshalerUnmarshaler
*AffectedFrame : github.com/mailru/easyjson.Unmarshaler
AffectedFrame : encoding/json.Marshaler
*AffectedFrame : encoding/json.Unmarshaler
AffectedRequest information about a request that is affected by an
inspector issue.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-AffectedRequest
// The unique request id.
URL string
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
AffectedRequest : github.com/goccy/go-json.Marshaler
*AffectedRequest : github.com/goccy/go-json.Unmarshaler
AffectedRequest : github.com/mailru/easyjson.Marshaler
*AffectedRequest : github.com/mailru/easyjson.MarshalerUnmarshaler
*AffectedRequest : github.com/mailru/easyjson.Unmarshaler
AffectedRequest : encoding/json.Marshaler
*AffectedRequest : encoding/json.Unmarshaler
AttributionReportingIssueDetails details for issues around "Attribution
Reporting API" usage. Explainer:
https://github.com/WICG/attribution-reporting-api.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-AttributionReportingIssueDetails
InvalidParameter string
Request *AffectedRequest
ViolatingNodeID cdp.BackendNodeID
ViolationType AttributionReportingIssueType
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
AttributionReportingIssueDetails : github.com/goccy/go-json.Marshaler
*AttributionReportingIssueDetails : github.com/goccy/go-json.Unmarshaler
AttributionReportingIssueDetails : github.com/mailru/easyjson.Marshaler
*AttributionReportingIssueDetails : github.com/mailru/easyjson.MarshalerUnmarshaler
*AttributionReportingIssueDetails : github.com/mailru/easyjson.Unmarshaler
AttributionReportingIssueDetails : encoding/json.Marshaler
*AttributionReportingIssueDetails : encoding/json.Unmarshaler
AttributionReportingIssueType [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-AttributionReportingIssueType
MarshalEasyJSON satisfies easyjson.Marshaler.
MarshalJSON satisfies json.Marshaler.
String returns the AttributionReportingIssueType as string value.
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
UnmarshalJSON satisfies json.Unmarshaler.
AttributionReportingIssueType : github.com/goccy/go-json.Marshaler
*AttributionReportingIssueType : github.com/goccy/go-json.Unmarshaler
AttributionReportingIssueType : github.com/mailru/easyjson.Marshaler
*AttributionReportingIssueType : github.com/mailru/easyjson.MarshalerUnmarshaler
*AttributionReportingIssueType : github.com/mailru/easyjson.Unmarshaler
AttributionReportingIssueType : encoding/json.Marshaler
*AttributionReportingIssueType : encoding/json.Unmarshaler
AttributionReportingIssueType : expvar.Var
AttributionReportingIssueType : fmt.Stringer
const AttributionReportingIssueTypeInsecureContext
const AttributionReportingIssueTypeInvalidHeader
const AttributionReportingIssueTypeInvalidRegisterOsSourceHeader
const AttributionReportingIssueTypeInvalidRegisterOsTriggerHeader
const AttributionReportingIssueTypeInvalidRegisterTriggerHeader
const AttributionReportingIssueTypeNavigationRegistrationWithoutTransientUserActivation
const AttributionReportingIssueTypeNoWebOrOsSupport
const AttributionReportingIssueTypeOsSourceIgnored
const AttributionReportingIssueTypeOsTriggerIgnored
const AttributionReportingIssueTypePermissionPolicyDisabled
const AttributionReportingIssueTypeSourceAndTriggerHeaders
const AttributionReportingIssueTypeSourceIgnored
const AttributionReportingIssueTypeTriggerIgnored
const AttributionReportingIssueTypeUntrustworthyReportingOrigin
const AttributionReportingIssueTypeWebAndOsHeaders
BlockedByResponseIssueDetails details for a request that has been blocked
with the BLOCKED_BY_RESPONSE code. Currently only used for COEP/COOP, but may
be extended to include some CSP errors in the future.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-BlockedByResponseIssueDetails
BlockedFrame *AffectedFrame
ParentFrame *AffectedFrame
Reason BlockedByResponseReason
Request *AffectedRequest
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
BlockedByResponseIssueDetails : github.com/goccy/go-json.Marshaler
*BlockedByResponseIssueDetails : github.com/goccy/go-json.Unmarshaler
BlockedByResponseIssueDetails : github.com/mailru/easyjson.Marshaler
*BlockedByResponseIssueDetails : github.com/mailru/easyjson.MarshalerUnmarshaler
*BlockedByResponseIssueDetails : github.com/mailru/easyjson.Unmarshaler
BlockedByResponseIssueDetails : encoding/json.Marshaler
*BlockedByResponseIssueDetails : encoding/json.Unmarshaler
BlockedByResponseReason enum indicating the reason a response has been
blocked. These reasons are refinements of the net error BLOCKED_BY_RESPONSE.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-BlockedByResponseReason
MarshalEasyJSON satisfies easyjson.Marshaler.
MarshalJSON satisfies json.Marshaler.
String returns the BlockedByResponseReason as string value.
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
UnmarshalJSON satisfies json.Unmarshaler.
BlockedByResponseReason : github.com/goccy/go-json.Marshaler
*BlockedByResponseReason : github.com/goccy/go-json.Unmarshaler
BlockedByResponseReason : github.com/mailru/easyjson.Marshaler
*BlockedByResponseReason : github.com/mailru/easyjson.MarshalerUnmarshaler
*BlockedByResponseReason : github.com/mailru/easyjson.Unmarshaler
BlockedByResponseReason : encoding/json.Marshaler
*BlockedByResponseReason : encoding/json.Unmarshaler
BlockedByResponseReason : expvar.Var
BlockedByResponseReason : fmt.Stringer
const BlockedByResponseReasonCoepFrameResourceNeedsCoepHeader
const BlockedByResponseReasonCoopSandboxedIFrameCannotNavigateToCoopPage
const BlockedByResponseReasonCorpNotSameOrigin
const BlockedByResponseReasonCorpNotSameOriginAfterDefaultedToSameOriginByCoep
const BlockedByResponseReasonCorpNotSameSite
BounceTrackingIssueDetails this issue warns about sites in the redirect
chain of a finished navigation that may be flagged as trackers and have their
state cleared if they don't receive a user interaction. Note that in this
context 'site' means eTLD+1. For example, if the URL
https://example.test:80/bounce was in the redirect chain, the site reported
would be example.test.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-BounceTrackingIssueDetails
TrackingSites []string
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
BounceTrackingIssueDetails : github.com/goccy/go-json.Marshaler
*BounceTrackingIssueDetails : github.com/goccy/go-json.Unmarshaler
BounceTrackingIssueDetails : github.com/mailru/easyjson.Marshaler
*BounceTrackingIssueDetails : github.com/mailru/easyjson.MarshalerUnmarshaler
*BounceTrackingIssueDetails : github.com/mailru/easyjson.Unmarshaler
BounceTrackingIssueDetails : encoding/json.Marshaler
*BounceTrackingIssueDetails : encoding/json.Unmarshaler
CheckContrastParams runs the contrast check for the target page. Found
issues are reported using Audits.issueAdded event.
// Whether to report WCAG AAA level issues. Default is false.
Do executes Audits.checkContrast against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
WithReportAAA whether to report WCAG AAA level issues. Default is false.
*CheckContrastParams : github.com/chromedp/chromedp.Action
*CheckContrastParams : github.com/chromedp/chromedp.CallAction
*CheckContrastParams : github.com/chromedp/chromedp.EmulateAction
*CheckContrastParams : github.com/chromedp/chromedp.EvaluateAction
*CheckContrastParams : github.com/chromedp/chromedp.KeyAction
*CheckContrastParams : github.com/chromedp/chromedp.MouseAction
*CheckContrastParams : github.com/chromedp/chromedp.NavigateAction
*CheckContrastParams : github.com/chromedp/chromedp.PollAction
*CheckContrastParams : github.com/chromedp/chromedp.QueryAction
CheckContrastParams : github.com/goccy/go-json.Marshaler
*CheckContrastParams : github.com/goccy/go-json.Unmarshaler
CheckContrastParams : github.com/mailru/easyjson.Marshaler
*CheckContrastParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*CheckContrastParams : github.com/mailru/easyjson.Unmarshaler
CheckContrastParams : encoding/json.Marshaler
*CheckContrastParams : encoding/json.Unmarshaler
func CheckContrast() *CheckContrastParams
func CheckContrastParams.WithReportAAA(reportAAA bool) *CheckContrastParams
CheckFormsIssuesParams runs the form issues check for the target page.
Found issues are reported using Audits.issueAdded event.
Do executes Audits.checkFormsIssues against the provided context.
returns:
formIssues
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
CheckFormsIssuesParams : github.com/goccy/go-json.Marshaler
*CheckFormsIssuesParams : github.com/goccy/go-json.Unmarshaler
CheckFormsIssuesParams : github.com/mailru/easyjson.Marshaler
*CheckFormsIssuesParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*CheckFormsIssuesParams : github.com/mailru/easyjson.Unmarshaler
CheckFormsIssuesParams : encoding/json.Marshaler
*CheckFormsIssuesParams : encoding/json.Unmarshaler
func CheckFormsIssues() *CheckFormsIssuesParams
CheckFormsIssuesReturns return values.
FormIssues []*GenericIssueDetails
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
CheckFormsIssuesReturns : github.com/goccy/go-json.Marshaler
*CheckFormsIssuesReturns : github.com/goccy/go-json.Unmarshaler
CheckFormsIssuesReturns : github.com/mailru/easyjson.Marshaler
*CheckFormsIssuesReturns : github.com/mailru/easyjson.MarshalerUnmarshaler
*CheckFormsIssuesReturns : github.com/mailru/easyjson.Unmarshaler
CheckFormsIssuesReturns : encoding/json.Marshaler
*CheckFormsIssuesReturns : encoding/json.Unmarshaler
ClientHintIssueDetails this issue tracks client hints related issues. It's
used to deprecate old features, encourage the use of new ones, and provide
general guidance.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-ClientHintIssueDetails
ClientHintIssueReason ClientHintIssueReason
SourceCodeLocation *SourceCodeLocation
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
ClientHintIssueDetails : github.com/goccy/go-json.Marshaler
*ClientHintIssueDetails : github.com/goccy/go-json.Unmarshaler
ClientHintIssueDetails : github.com/mailru/easyjson.Marshaler
*ClientHintIssueDetails : github.com/mailru/easyjson.MarshalerUnmarshaler
*ClientHintIssueDetails : github.com/mailru/easyjson.Unmarshaler
ClientHintIssueDetails : encoding/json.Marshaler
*ClientHintIssueDetails : encoding/json.Unmarshaler
ClientHintIssueReason [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-ClientHintIssueReason
MarshalEasyJSON satisfies easyjson.Marshaler.
MarshalJSON satisfies json.Marshaler.
String returns the ClientHintIssueReason as string value.
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
UnmarshalJSON satisfies json.Unmarshaler.
ClientHintIssueReason : github.com/goccy/go-json.Marshaler
*ClientHintIssueReason : github.com/goccy/go-json.Unmarshaler
ClientHintIssueReason : github.com/mailru/easyjson.Marshaler
*ClientHintIssueReason : github.com/mailru/easyjson.MarshalerUnmarshaler
*ClientHintIssueReason : github.com/mailru/easyjson.Unmarshaler
ClientHintIssueReason : encoding/json.Marshaler
*ClientHintIssueReason : encoding/json.Unmarshaler
ClientHintIssueReason : expvar.Var
ClientHintIssueReason : fmt.Stringer
const ClientHintIssueReasonMetaTagAllowListInvalidOrigin
const ClientHintIssueReasonMetaTagModifiedHTML
ContentSecurityPolicyIssueDetails [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-ContentSecurityPolicyIssueDetails
// The url not included in allowed sources.
ContentSecurityPolicyViolationType ContentSecurityPolicyViolationType
FrameAncestor *AffectedFrame
IsReportOnly bool
SourceCodeLocation *SourceCodeLocation
// Specific directive that is violated, causing the CSP issue.
ViolatingNodeID cdp.BackendNodeID
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
ContentSecurityPolicyIssueDetails : github.com/goccy/go-json.Marshaler
*ContentSecurityPolicyIssueDetails : github.com/goccy/go-json.Unmarshaler
ContentSecurityPolicyIssueDetails : github.com/mailru/easyjson.Marshaler
*ContentSecurityPolicyIssueDetails : github.com/mailru/easyjson.MarshalerUnmarshaler
*ContentSecurityPolicyIssueDetails : github.com/mailru/easyjson.Unmarshaler
ContentSecurityPolicyIssueDetails : encoding/json.Marshaler
*ContentSecurityPolicyIssueDetails : encoding/json.Unmarshaler
ContentSecurityPolicyViolationType [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-ContentSecurityPolicyViolationType
MarshalEasyJSON satisfies easyjson.Marshaler.
MarshalJSON satisfies json.Marshaler.
String returns the ContentSecurityPolicyViolationType as string value.
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
UnmarshalJSON satisfies json.Unmarshaler.
ContentSecurityPolicyViolationType : github.com/goccy/go-json.Marshaler
*ContentSecurityPolicyViolationType : github.com/goccy/go-json.Unmarshaler
ContentSecurityPolicyViolationType : github.com/mailru/easyjson.Marshaler
*ContentSecurityPolicyViolationType : github.com/mailru/easyjson.MarshalerUnmarshaler
*ContentSecurityPolicyViolationType : github.com/mailru/easyjson.Unmarshaler
ContentSecurityPolicyViolationType : encoding/json.Marshaler
*ContentSecurityPolicyViolationType : encoding/json.Unmarshaler
ContentSecurityPolicyViolationType : expvar.Var
ContentSecurityPolicyViolationType : fmt.Stringer
const ContentSecurityPolicyViolationTypeKEvalViolation
const ContentSecurityPolicyViolationTypeKInlineViolation
const ContentSecurityPolicyViolationTypeKTrustedTypesPolicyViolation
const ContentSecurityPolicyViolationTypeKTrustedTypesSinkViolation
const ContentSecurityPolicyViolationTypeKURLViolation
const ContentSecurityPolicyViolationTypeKWasmEvalViolation
CookieExclusionReason [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-CookieExclusionReason
MarshalEasyJSON satisfies easyjson.Marshaler.
MarshalJSON satisfies json.Marshaler.
String returns the CookieExclusionReason as string value.
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
UnmarshalJSON satisfies json.Unmarshaler.
CookieExclusionReason : github.com/goccy/go-json.Marshaler
*CookieExclusionReason : github.com/goccy/go-json.Unmarshaler
CookieExclusionReason : github.com/mailru/easyjson.Marshaler
*CookieExclusionReason : github.com/mailru/easyjson.MarshalerUnmarshaler
*CookieExclusionReason : github.com/mailru/easyjson.Unmarshaler
CookieExclusionReason : encoding/json.Marshaler
*CookieExclusionReason : encoding/json.Unmarshaler
CookieExclusionReason : expvar.Var
CookieExclusionReason : fmt.Stringer
const CookieExclusionReasonExcludeDomainNonASCII
const CookieExclusionReasonExcludeInvalidSameParty
const CookieExclusionReasonExcludeSamePartyCrossPartyContext
const CookieExclusionReasonExcludeSameSiteLax
const CookieExclusionReasonExcludeSameSiteNoneInsecure
const CookieExclusionReasonExcludeSameSiteStrict
const CookieExclusionReasonExcludeSameSiteUnspecifiedTreatedAsLax
const CookieExclusionReasonExcludeThirdPartyCookieBlockedInFirstPartySet
const CookieExclusionReasonExcludeThirdPartyPhaseout
CookieIssueDetails this information is currently necessary, as the
front-end has a difficult time finding a specific cookie. With this, we can
convey specific error information without the cookie.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-CookieIssueDetails
// If AffectedCookie is not set then rawCookieLine contains the raw Set-Cookie header string. This hints at a problem where the cookie line is syntactically or semantically malformed in a way that no valid cookie could be created.
CookieExclusionReasons []CookieExclusionReason
CookieURL string
CookieWarningReasons []CookieWarningReason
// Optionally identifies the site-for-cookies and the cookie url, which may be used by the front-end as additional context.
RawCookieLine string
Request *AffectedRequest
SiteForCookies string
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
CookieIssueDetails : github.com/goccy/go-json.Marshaler
*CookieIssueDetails : github.com/goccy/go-json.Unmarshaler
CookieIssueDetails : github.com/mailru/easyjson.Marshaler
*CookieIssueDetails : github.com/mailru/easyjson.MarshalerUnmarshaler
*CookieIssueDetails : github.com/mailru/easyjson.Unmarshaler
CookieIssueDetails : encoding/json.Marshaler
*CookieIssueDetails : encoding/json.Unmarshaler
CookieOperation [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-CookieOperation
MarshalEasyJSON satisfies easyjson.Marshaler.
MarshalJSON satisfies json.Marshaler.
String returns the CookieOperation as string value.
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
UnmarshalJSON satisfies json.Unmarshaler.
CookieOperation : github.com/goccy/go-json.Marshaler
*CookieOperation : github.com/goccy/go-json.Unmarshaler
CookieOperation : github.com/mailru/easyjson.Marshaler
*CookieOperation : github.com/mailru/easyjson.MarshalerUnmarshaler
*CookieOperation : github.com/mailru/easyjson.Unmarshaler
CookieOperation : encoding/json.Marshaler
*CookieOperation : encoding/json.Unmarshaler
CookieOperation : expvar.Var
CookieOperation : fmt.Stringer
const CookieOperationReadCookie
const CookieOperationSetCookie
CookieWarningReason [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-CookieWarningReason
MarshalEasyJSON satisfies easyjson.Marshaler.
MarshalJSON satisfies json.Marshaler.
String returns the CookieWarningReason as string value.
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
UnmarshalJSON satisfies json.Unmarshaler.
CookieWarningReason : github.com/goccy/go-json.Marshaler
*CookieWarningReason : github.com/goccy/go-json.Unmarshaler
CookieWarningReason : github.com/mailru/easyjson.Marshaler
*CookieWarningReason : github.com/mailru/easyjson.MarshalerUnmarshaler
*CookieWarningReason : github.com/mailru/easyjson.Unmarshaler
CookieWarningReason : encoding/json.Marshaler
*CookieWarningReason : encoding/json.Unmarshaler
CookieWarningReason : expvar.Var
CookieWarningReason : fmt.Stringer
const CookieWarningReasonWarnAttributeValueExceedsMaxSize
const CookieWarningReasonWarnDomainNonASCII
const CookieWarningReasonWarnSameSiteLaxCrossDowngradeLax
const CookieWarningReasonWarnSameSiteLaxCrossDowngradeStrict
const CookieWarningReasonWarnSameSiteNoneInsecure
const CookieWarningReasonWarnSameSiteStrictCrossDowngradeLax
const CookieWarningReasonWarnSameSiteStrictCrossDowngradeStrict
const CookieWarningReasonWarnSameSiteStrictLaxDowngradeStrict
const CookieWarningReasonWarnSameSiteUnspecifiedCrossSiteContext
const CookieWarningReasonWarnSameSiteUnspecifiedLaxAllowUnsafe
const CookieWarningReasonWarnThirdPartyPhaseout
CorsIssueDetails details for a CORS related issue, e.g. a warning or error
related to CORS RFC1918 enforcement.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-CorsIssueDetails
ClientSecurityState *network.ClientSecurityState
CorsErrorStatus *network.CorsErrorStatus
InitiatorOrigin string
IsWarning bool
Location *SourceCodeLocation
Request *AffectedRequest
ResourceIPAddressSpace network.IPAddressSpace
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
CorsIssueDetails : github.com/goccy/go-json.Marshaler
*CorsIssueDetails : github.com/goccy/go-json.Unmarshaler
CorsIssueDetails : github.com/mailru/easyjson.Marshaler
*CorsIssueDetails : github.com/mailru/easyjson.MarshalerUnmarshaler
*CorsIssueDetails : github.com/mailru/easyjson.Unmarshaler
CorsIssueDetails : encoding/json.Marshaler
*CorsIssueDetails : encoding/json.Unmarshaler
DeprecationIssueDetails this issue tracks information needed to print a
deprecation message.
https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/frame/third_party/blink/renderer/core/frame/deprecation/README.md.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-DeprecationIssueDetails
AffectedFrame *AffectedFrame
SourceCodeLocation *SourceCodeLocation
// One of the deprecation names from third_party/blink/renderer/core/frame/deprecation/deprecation.json5
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
DeprecationIssueDetails : github.com/goccy/go-json.Marshaler
*DeprecationIssueDetails : github.com/goccy/go-json.Unmarshaler
DeprecationIssueDetails : github.com/mailru/easyjson.Marshaler
*DeprecationIssueDetails : github.com/mailru/easyjson.MarshalerUnmarshaler
*DeprecationIssueDetails : github.com/mailru/easyjson.Unmarshaler
DeprecationIssueDetails : encoding/json.Marshaler
*DeprecationIssueDetails : encoding/json.Unmarshaler
DisableParams disables issues domain, prevents further issues from being
reported to the client.
Do executes Audits.disable against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
*DisableParams : github.com/chromedp/chromedp.Action
*DisableParams : github.com/chromedp/chromedp.CallAction
*DisableParams : github.com/chromedp/chromedp.EmulateAction
*DisableParams : github.com/chromedp/chromedp.EvaluateAction
*DisableParams : github.com/chromedp/chromedp.KeyAction
*DisableParams : github.com/chromedp/chromedp.MouseAction
*DisableParams : github.com/chromedp/chromedp.NavigateAction
*DisableParams : github.com/chromedp/chromedp.PollAction
*DisableParams : github.com/chromedp/chromedp.QueryAction
DisableParams : github.com/goccy/go-json.Marshaler
*DisableParams : github.com/goccy/go-json.Unmarshaler
DisableParams : github.com/mailru/easyjson.Marshaler
*DisableParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*DisableParams : github.com/mailru/easyjson.Unmarshaler
DisableParams : encoding/json.Marshaler
*DisableParams : encoding/json.Unmarshaler
func Disable() *DisableParams
EnableParams enables issues domain, sends the issues collected so far to
the client by means of the issueAdded event.
Do executes Audits.enable against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
*EnableParams : github.com/chromedp/chromedp.Action
*EnableParams : github.com/chromedp/chromedp.CallAction
*EnableParams : github.com/chromedp/chromedp.EmulateAction
*EnableParams : github.com/chromedp/chromedp.EvaluateAction
*EnableParams : github.com/chromedp/chromedp.KeyAction
*EnableParams : github.com/chromedp/chromedp.MouseAction
*EnableParams : github.com/chromedp/chromedp.NavigateAction
*EnableParams : github.com/chromedp/chromedp.PollAction
*EnableParams : github.com/chromedp/chromedp.QueryAction
EnableParams : github.com/goccy/go-json.Marshaler
*EnableParams : github.com/goccy/go-json.Unmarshaler
EnableParams : github.com/mailru/easyjson.Marshaler
*EnableParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*EnableParams : github.com/mailru/easyjson.Unmarshaler
EnableParams : encoding/json.Marshaler
*EnableParams : encoding/json.Unmarshaler
func Enable() *EnableParams
EventIssueAdded [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#event-issueAdded
Issue *InspectorIssue
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
EventIssueAdded : github.com/goccy/go-json.Marshaler
*EventIssueAdded : github.com/goccy/go-json.Unmarshaler
EventIssueAdded : github.com/mailru/easyjson.Marshaler
*EventIssueAdded : github.com/mailru/easyjson.MarshalerUnmarshaler
*EventIssueAdded : github.com/mailru/easyjson.Unmarshaler
EventIssueAdded : encoding/json.Marshaler
*EventIssueAdded : encoding/json.Unmarshaler
FailedRequestInfo [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-FailedRequestInfo
// The failure message for the failed request.
RequestID network.RequestID
// The URL that failed to load.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
FailedRequestInfo : github.com/goccy/go-json.Marshaler
*FailedRequestInfo : github.com/goccy/go-json.Unmarshaler
FailedRequestInfo : github.com/mailru/easyjson.Marshaler
*FailedRequestInfo : github.com/mailru/easyjson.MarshalerUnmarshaler
*FailedRequestInfo : github.com/mailru/easyjson.Unmarshaler
FailedRequestInfo : encoding/json.Marshaler
*FailedRequestInfo : encoding/json.Unmarshaler
FederatedAuthRequestIssueDetails [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-FederatedAuthRequestIssueDetails
FederatedAuthRequestIssueReason FederatedAuthRequestIssueReason
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
FederatedAuthRequestIssueDetails : github.com/goccy/go-json.Marshaler
*FederatedAuthRequestIssueDetails : github.com/goccy/go-json.Unmarshaler
FederatedAuthRequestIssueDetails : github.com/mailru/easyjson.Marshaler
*FederatedAuthRequestIssueDetails : github.com/mailru/easyjson.MarshalerUnmarshaler
*FederatedAuthRequestIssueDetails : github.com/mailru/easyjson.Unmarshaler
FederatedAuthRequestIssueDetails : encoding/json.Marshaler
*FederatedAuthRequestIssueDetails : encoding/json.Unmarshaler
FederatedAuthRequestIssueReason represents the failure reason when a
federated authentication reason fails. Should be updated alongside
RequestIdTokenStatus in
third_party/blink/public/mojom/devtools/inspector_issue.mojom to include all
cases except for success.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-FederatedAuthRequestIssueReason
MarshalEasyJSON satisfies easyjson.Marshaler.
MarshalJSON satisfies json.Marshaler.
String returns the FederatedAuthRequestIssueReason as string value.
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
UnmarshalJSON satisfies json.Unmarshaler.
FederatedAuthRequestIssueReason : github.com/goccy/go-json.Marshaler
*FederatedAuthRequestIssueReason : github.com/goccy/go-json.Unmarshaler
FederatedAuthRequestIssueReason : github.com/mailru/easyjson.Marshaler
*FederatedAuthRequestIssueReason : github.com/mailru/easyjson.MarshalerUnmarshaler
*FederatedAuthRequestIssueReason : github.com/mailru/easyjson.Unmarshaler
FederatedAuthRequestIssueReason : encoding/json.Marshaler
*FederatedAuthRequestIssueReason : encoding/json.Unmarshaler
FederatedAuthRequestIssueReason : expvar.Var
FederatedAuthRequestIssueReason : fmt.Stringer
const FederatedAuthRequestIssueReasonAccountsHTTPNotFound
const FederatedAuthRequestIssueReasonAccountsInvalidContentType
const FederatedAuthRequestIssueReasonAccountsInvalidResponse
const FederatedAuthRequestIssueReasonAccountsListEmpty
const FederatedAuthRequestIssueReasonAccountsNoResponse
const FederatedAuthRequestIssueReasonCanceled
const FederatedAuthRequestIssueReasonClientMetadataHTTPNotFound
const FederatedAuthRequestIssueReasonClientMetadataInvalidContentType
const FederatedAuthRequestIssueReasonClientMetadataInvalidResponse
const FederatedAuthRequestIssueReasonClientMetadataNoResponse
const FederatedAuthRequestIssueReasonConfigHTTPNotFound
const FederatedAuthRequestIssueReasonConfigInvalidContentType
const FederatedAuthRequestIssueReasonConfigInvalidResponse
const FederatedAuthRequestIssueReasonConfigNoResponse
const FederatedAuthRequestIssueReasonConfigNotInWellKnown
const FederatedAuthRequestIssueReasonDisabledInSettings
const FederatedAuthRequestIssueReasonErrorFetchingSignin
const FederatedAuthRequestIssueReasonErrorIDToken
const FederatedAuthRequestIssueReasonIDTokenHTTPNotFound
const FederatedAuthRequestIssueReasonIDTokenInvalidContentType
const FederatedAuthRequestIssueReasonIDTokenInvalidRequest
const FederatedAuthRequestIssueReasonIDTokenInvalidResponse
const FederatedAuthRequestIssueReasonIDTokenNoResponse
const FederatedAuthRequestIssueReasonInvalidSigninResponse
const FederatedAuthRequestIssueReasonNotSignedInWithIdp
const FederatedAuthRequestIssueReasonRpPageNotVisible
const FederatedAuthRequestIssueReasonShouldEmbargo
const FederatedAuthRequestIssueReasonSilentMediationFailure
const FederatedAuthRequestIssueReasonThirdPartyCookiesBlocked
const FederatedAuthRequestIssueReasonTooManyRequests
const FederatedAuthRequestIssueReasonWellKnownHTTPNotFound
const FederatedAuthRequestIssueReasonWellKnownInvalidContentType
const FederatedAuthRequestIssueReasonWellKnownInvalidResponse
const FederatedAuthRequestIssueReasonWellKnownListEmpty
const FederatedAuthRequestIssueReasonWellKnownNoResponse
const FederatedAuthRequestIssueReasonWellKnownTooBig
FederatedAuthUserInfoRequestIssueDetails [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-FederatedAuthUserInfoRequestIssueDetails
FederatedAuthUserInfoRequestIssueReason FederatedAuthUserInfoRequestIssueReason
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
FederatedAuthUserInfoRequestIssueDetails : github.com/goccy/go-json.Marshaler
*FederatedAuthUserInfoRequestIssueDetails : github.com/goccy/go-json.Unmarshaler
FederatedAuthUserInfoRequestIssueDetails : github.com/mailru/easyjson.Marshaler
*FederatedAuthUserInfoRequestIssueDetails : github.com/mailru/easyjson.MarshalerUnmarshaler
*FederatedAuthUserInfoRequestIssueDetails : github.com/mailru/easyjson.Unmarshaler
FederatedAuthUserInfoRequestIssueDetails : encoding/json.Marshaler
*FederatedAuthUserInfoRequestIssueDetails : encoding/json.Unmarshaler
FederatedAuthUserInfoRequestIssueReason represents the failure reason when
a getUserInfo() call fails. Should be updated alongside
FederatedAuthUserInfoRequestResult in
third_party/blink/public/mojom/devtools/inspector_issue.mojom.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-FederatedAuthUserInfoRequestIssueReason
MarshalEasyJSON satisfies easyjson.Marshaler.
MarshalJSON satisfies json.Marshaler.
String returns the FederatedAuthUserInfoRequestIssueReason as string value.
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
UnmarshalJSON satisfies json.Unmarshaler.
FederatedAuthUserInfoRequestIssueReason : github.com/goccy/go-json.Marshaler
*FederatedAuthUserInfoRequestIssueReason : github.com/goccy/go-json.Unmarshaler
FederatedAuthUserInfoRequestIssueReason : github.com/mailru/easyjson.Marshaler
*FederatedAuthUserInfoRequestIssueReason : github.com/mailru/easyjson.MarshalerUnmarshaler
*FederatedAuthUserInfoRequestIssueReason : github.com/mailru/easyjson.Unmarshaler
FederatedAuthUserInfoRequestIssueReason : encoding/json.Marshaler
*FederatedAuthUserInfoRequestIssueReason : encoding/json.Unmarshaler
FederatedAuthUserInfoRequestIssueReason : expvar.Var
FederatedAuthUserInfoRequestIssueReason : fmt.Stringer
const FederatedAuthUserInfoRequestIssueReasonInvalidAccountsResponse
const FederatedAuthUserInfoRequestIssueReasonInvalidConfigOrWellKnown
const FederatedAuthUserInfoRequestIssueReasonNoAccountSharingPermission
const FederatedAuthUserInfoRequestIssueReasonNoAPIPermission
const FederatedAuthUserInfoRequestIssueReasonNoReturningUserFromFetchedAccounts
const FederatedAuthUserInfoRequestIssueReasonNotIframe
const FederatedAuthUserInfoRequestIssueReasonNotPotentiallyTrustworthy
const FederatedAuthUserInfoRequestIssueReasonNotSameOrigin
const FederatedAuthUserInfoRequestIssueReasonNotSignedInWithIdp
GenericIssueDetails depending on the concrete errorType, different
properties are set.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-GenericIssueDetails
// Issues with the same errorType are aggregated in the frontend.
FrameID cdp.FrameID
Request *AffectedRequest
ViolatingNodeAttribute string
ViolatingNodeID cdp.BackendNodeID
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
GenericIssueDetails : github.com/goccy/go-json.Marshaler
*GenericIssueDetails : github.com/goccy/go-json.Unmarshaler
GenericIssueDetails : github.com/mailru/easyjson.Marshaler
*GenericIssueDetails : github.com/mailru/easyjson.MarshalerUnmarshaler
*GenericIssueDetails : github.com/mailru/easyjson.Unmarshaler
GenericIssueDetails : encoding/json.Marshaler
*GenericIssueDetails : encoding/json.Unmarshaler
func (*CheckFormsIssuesParams).Do(ctx context.Context) (formIssues []*GenericIssueDetails, err error)
GenericIssueErrorType [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-GenericIssueErrorType
MarshalEasyJSON satisfies easyjson.Marshaler.
MarshalJSON satisfies json.Marshaler.
String returns the GenericIssueErrorType as string value.
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
UnmarshalJSON satisfies json.Unmarshaler.
GenericIssueErrorType : github.com/goccy/go-json.Marshaler
*GenericIssueErrorType : github.com/goccy/go-json.Unmarshaler
GenericIssueErrorType : github.com/mailru/easyjson.Marshaler
*GenericIssueErrorType : github.com/mailru/easyjson.MarshalerUnmarshaler
*GenericIssueErrorType : github.com/mailru/easyjson.Unmarshaler
GenericIssueErrorType : encoding/json.Marshaler
*GenericIssueErrorType : encoding/json.Unmarshaler
GenericIssueErrorType : expvar.Var
GenericIssueErrorType : fmt.Stringer
const GenericIssueErrorTypeCrossOriginPortalPostMessageError
const GenericIssueErrorTypeFormAriaLabelledByToNonExistingID
const GenericIssueErrorTypeFormAutocompleteAttributeEmptyError
const GenericIssueErrorTypeFormDuplicateIDForInputError
const GenericIssueErrorTypeFormEmptyIDAndNameAttributesForInputError
const GenericIssueErrorTypeFormInputAssignedAutocompleteValueToIDOrNameAttributeError
const GenericIssueErrorTypeFormInputHasWrongButWellIntendedAutocompleteValueError
const GenericIssueErrorTypeFormInputWithNoLabelError
const GenericIssueErrorTypeFormLabelForMatchesNonExistingIDError
const GenericIssueErrorTypeFormLabelForNameError
const GenericIssueErrorTypeFormLabelHasNeitherForNorNestedInput
const GenericIssueErrorTypeResponseWasBlockedByORB
GetEncodedResponseEncoding the encoding to use.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#method-getEncodedResponse
MarshalEasyJSON satisfies easyjson.Marshaler.
MarshalJSON satisfies json.Marshaler.
String returns the GetEncodedResponseEncoding as string value.
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
UnmarshalJSON satisfies json.Unmarshaler.
GetEncodedResponseEncoding : github.com/goccy/go-json.Marshaler
*GetEncodedResponseEncoding : github.com/goccy/go-json.Unmarshaler
GetEncodedResponseEncoding : github.com/mailru/easyjson.Marshaler
*GetEncodedResponseEncoding : github.com/mailru/easyjson.MarshalerUnmarshaler
*GetEncodedResponseEncoding : github.com/mailru/easyjson.Unmarshaler
GetEncodedResponseEncoding : encoding/json.Marshaler
*GetEncodedResponseEncoding : encoding/json.Unmarshaler
GetEncodedResponseEncoding : expvar.Var
GetEncodedResponseEncoding : fmt.Stringer
func GetEncodedResponse(requestID network.RequestID, encoding GetEncodedResponseEncoding) *GetEncodedResponseParams
const GetEncodedResponseEncodingJpeg
const GetEncodedResponseEncodingPng
const GetEncodedResponseEncodingWebp
GetEncodedResponseParams returns the response body and size if it were
re-encoded with the specified settings. Only applies to images.
// The encoding to use.
// The quality of the encoding (0-1). (defaults to 1)
// Identifier of the network request to get content for.
// Whether to only return the size information (defaults to false).
Do executes Audits.getEncodedResponse against the provided context.
returns:
body - The encoded body as a base64 string. Omitted if sizeOnly is true.
originalSize - Size before re-encoding.
encodedSize - Size after re-encoding.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
WithQuality the quality of the encoding (0-1). (defaults to 1).
WithSizeOnly whether to only return the size information (defaults to
false).
GetEncodedResponseParams : github.com/goccy/go-json.Marshaler
*GetEncodedResponseParams : github.com/goccy/go-json.Unmarshaler
GetEncodedResponseParams : github.com/mailru/easyjson.Marshaler
*GetEncodedResponseParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*GetEncodedResponseParams : github.com/mailru/easyjson.Unmarshaler
GetEncodedResponseParams : encoding/json.Marshaler
*GetEncodedResponseParams : encoding/json.Unmarshaler
func GetEncodedResponse(requestID network.RequestID, encoding GetEncodedResponseEncoding) *GetEncodedResponseParams
func GetEncodedResponseParams.WithQuality(quality float64) *GetEncodedResponseParams
func GetEncodedResponseParams.WithSizeOnly(sizeOnly bool) *GetEncodedResponseParams
GetEncodedResponseReturns return values.
// The encoded body as a base64 string. Omitted if sizeOnly is true.
// Size after re-encoding.
// Size before re-encoding.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
GetEncodedResponseReturns : github.com/goccy/go-json.Marshaler
*GetEncodedResponseReturns : github.com/goccy/go-json.Unmarshaler
GetEncodedResponseReturns : github.com/mailru/easyjson.Marshaler
*GetEncodedResponseReturns : github.com/mailru/easyjson.MarshalerUnmarshaler
*GetEncodedResponseReturns : github.com/mailru/easyjson.Unmarshaler
GetEncodedResponseReturns : encoding/json.Marshaler
*GetEncodedResponseReturns : encoding/json.Unmarshaler
HeavyAdIssueDetails [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-HeavyAdIssueDetails
// The frame that was blocked.
// The reason the ad was blocked, total network or cpu or peak cpu.
// The resolution status, either blocking the content or warning.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
HeavyAdIssueDetails : github.com/goccy/go-json.Marshaler
*HeavyAdIssueDetails : github.com/goccy/go-json.Unmarshaler
HeavyAdIssueDetails : github.com/mailru/easyjson.Marshaler
*HeavyAdIssueDetails : github.com/mailru/easyjson.MarshalerUnmarshaler
*HeavyAdIssueDetails : github.com/mailru/easyjson.Unmarshaler
HeavyAdIssueDetails : encoding/json.Marshaler
*HeavyAdIssueDetails : encoding/json.Unmarshaler
HeavyAdReason [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-HeavyAdReason
MarshalEasyJSON satisfies easyjson.Marshaler.
MarshalJSON satisfies json.Marshaler.
String returns the HeavyAdReason as string value.
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
UnmarshalJSON satisfies json.Unmarshaler.
HeavyAdReason : github.com/goccy/go-json.Marshaler
*HeavyAdReason : github.com/goccy/go-json.Unmarshaler
HeavyAdReason : github.com/mailru/easyjson.Marshaler
*HeavyAdReason : github.com/mailru/easyjson.MarshalerUnmarshaler
*HeavyAdReason : github.com/mailru/easyjson.Unmarshaler
HeavyAdReason : encoding/json.Marshaler
*HeavyAdReason : encoding/json.Unmarshaler
HeavyAdReason : expvar.Var
HeavyAdReason : fmt.Stringer
const HeavyAdReasonCPUPeakLimit
const HeavyAdReasonCPUTotalLimit
const HeavyAdReasonNetworkTotalLimit
HeavyAdResolutionStatus [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-HeavyAdResolutionStatus
MarshalEasyJSON satisfies easyjson.Marshaler.
MarshalJSON satisfies json.Marshaler.
String returns the HeavyAdResolutionStatus as string value.
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
UnmarshalJSON satisfies json.Unmarshaler.
HeavyAdResolutionStatus : github.com/goccy/go-json.Marshaler
*HeavyAdResolutionStatus : github.com/goccy/go-json.Unmarshaler
HeavyAdResolutionStatus : github.com/mailru/easyjson.Marshaler
*HeavyAdResolutionStatus : github.com/mailru/easyjson.MarshalerUnmarshaler
*HeavyAdResolutionStatus : github.com/mailru/easyjson.Unmarshaler
HeavyAdResolutionStatus : encoding/json.Marshaler
*HeavyAdResolutionStatus : encoding/json.Unmarshaler
HeavyAdResolutionStatus : expvar.Var
HeavyAdResolutionStatus : fmt.Stringer
const HeavyAdResolutionStatusHeavyAdBlocked
const HeavyAdResolutionStatusHeavyAdWarning
InspectorIssue an inspector issue reported from the back-end.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-InspectorIssue
Code InspectorIssueCode
Details *InspectorIssueDetails
// A unique id for this issue. May be omitted if no other entity (e.g. exception, CDP message, etc.) is referencing this issue.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
InspectorIssue : github.com/goccy/go-json.Marshaler
*InspectorIssue : github.com/goccy/go-json.Unmarshaler
InspectorIssue : github.com/mailru/easyjson.Marshaler
*InspectorIssue : github.com/mailru/easyjson.MarshalerUnmarshaler
*InspectorIssue : github.com/mailru/easyjson.Unmarshaler
InspectorIssue : encoding/json.Marshaler
*InspectorIssue : encoding/json.Unmarshaler
InspectorIssueCode a unique identifier for the type of issue. Each type
may use one of the optional fields in InspectorIssueDetails to convey more
specific information about the kind of issue.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-InspectorIssueCode
MarshalEasyJSON satisfies easyjson.Marshaler.
MarshalJSON satisfies json.Marshaler.
String returns the InspectorIssueCode as string value.
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
UnmarshalJSON satisfies json.Unmarshaler.
InspectorIssueCode : github.com/goccy/go-json.Marshaler
*InspectorIssueCode : github.com/goccy/go-json.Unmarshaler
InspectorIssueCode : github.com/mailru/easyjson.Marshaler
*InspectorIssueCode : github.com/mailru/easyjson.MarshalerUnmarshaler
*InspectorIssueCode : github.com/mailru/easyjson.Unmarshaler
InspectorIssueCode : encoding/json.Marshaler
*InspectorIssueCode : encoding/json.Unmarshaler
InspectorIssueCode : expvar.Var
InspectorIssueCode : fmt.Stringer
const InspectorIssueCodeAttributionReportingIssue
const InspectorIssueCodeBlockedByResponseIssue
const InspectorIssueCodeBounceTrackingIssue
const InspectorIssueCodeClientHintIssue
const InspectorIssueCodeContentSecurityPolicyIssue
const InspectorIssueCodeCookieIssue
const InspectorIssueCodeCorsIssue
const InspectorIssueCodeDeprecationIssue
const InspectorIssueCodeFederatedAuthRequestIssue
const InspectorIssueCodeFederatedAuthUserInfoRequestIssue
const InspectorIssueCodeGenericIssue
const InspectorIssueCodeHeavyAdIssue
const InspectorIssueCodeLowTextContrastIssue
const InspectorIssueCodeMixedContentIssue
const InspectorIssueCodeNavigatorUserAgentIssue
const InspectorIssueCodePropertyRuleIssue
const InspectorIssueCodeQuirksModeIssue
const InspectorIssueCodeSharedArrayBufferIssue
const InspectorIssueCodeStylesheetLoadingIssue
InspectorIssueDetails this struct holds a list of optional fields with
additional information specific to the kind of issue. When adding a new issue
code, please also add a new optional field to this type.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-InspectorIssueDetails
AttributionReportingIssueDetails *AttributionReportingIssueDetails
BlockedByResponseIssueDetails *BlockedByResponseIssueDetails
BounceTrackingIssueDetails *BounceTrackingIssueDetails
ClientHintIssueDetails *ClientHintIssueDetails
ContentSecurityPolicyIssueDetails *ContentSecurityPolicyIssueDetails
CookieIssueDetails *CookieIssueDetails
CorsIssueDetails *CorsIssueDetails
DeprecationIssueDetails *DeprecationIssueDetails
FederatedAuthRequestIssueDetails *FederatedAuthRequestIssueDetails
FederatedAuthUserInfoRequestIssueDetails *FederatedAuthUserInfoRequestIssueDetails
GenericIssueDetails *GenericIssueDetails
HeavyAdIssueDetails *HeavyAdIssueDetails
LowTextContrastIssueDetails *LowTextContrastIssueDetails
MixedContentIssueDetails *MixedContentIssueDetails
PropertyRuleIssueDetails *PropertyRuleIssueDetails
QuirksModeIssueDetails *QuirksModeIssueDetails
SharedArrayBufferIssueDetails *SharedArrayBufferIssueDetails
StylesheetLoadingIssueDetails *StylesheetLoadingIssueDetails
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
InspectorIssueDetails : github.com/goccy/go-json.Marshaler
*InspectorIssueDetails : github.com/goccy/go-json.Unmarshaler
InspectorIssueDetails : github.com/mailru/easyjson.Marshaler
*InspectorIssueDetails : github.com/mailru/easyjson.MarshalerUnmarshaler
*InspectorIssueDetails : github.com/mailru/easyjson.Unmarshaler
InspectorIssueDetails : encoding/json.Marshaler
*InspectorIssueDetails : encoding/json.Unmarshaler
IssueID a unique id for a DevTools inspector issue. Allows other entities
(e.g. exceptions, CDP message, console messages, etc.) to reference an issue.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-IssueId
String returns the IssueID as string value.
IssueID : expvar.Var
IssueID : fmt.Stringer
LowTextContrastIssueDetails [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-LowTextContrastIssueDetails
ContrastRatio float64
FontSize string
FontWeight string
ThresholdAA float64
ThresholdAAA float64
ViolatingNodeID cdp.BackendNodeID
ViolatingNodeSelector string
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
LowTextContrastIssueDetails : github.com/goccy/go-json.Marshaler
*LowTextContrastIssueDetails : github.com/goccy/go-json.Unmarshaler
LowTextContrastIssueDetails : github.com/mailru/easyjson.Marshaler
*LowTextContrastIssueDetails : github.com/mailru/easyjson.MarshalerUnmarshaler
*LowTextContrastIssueDetails : github.com/mailru/easyjson.Unmarshaler
LowTextContrastIssueDetails : encoding/json.Marshaler
*LowTextContrastIssueDetails : encoding/json.Unmarshaler
MixedContentIssueDetails [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-MixedContentIssueDetails
// Optional because not every mixed content issue is necessarily linked to a frame.
// The unsafe http url causing the mixed content issue.
// The url responsible for the call to an unsafe url.
// The mixed content request. Does not always exist (e.g. for unsafe form submission urls).
// The way the mixed content issue is being resolved.
// The type of resource causing the mixed content issue (css, js, iframe, form,...). Marked as optional because it is mapped to from blink::mojom::RequestContextType, which will be replaced by network::mojom::RequestDestination
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
MixedContentIssueDetails : github.com/goccy/go-json.Marshaler
*MixedContentIssueDetails : github.com/goccy/go-json.Unmarshaler
MixedContentIssueDetails : github.com/mailru/easyjson.Marshaler
*MixedContentIssueDetails : github.com/mailru/easyjson.MarshalerUnmarshaler
*MixedContentIssueDetails : github.com/mailru/easyjson.Unmarshaler
MixedContentIssueDetails : encoding/json.Marshaler
*MixedContentIssueDetails : encoding/json.Unmarshaler
MixedContentResolutionStatus [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-MixedContentResolutionStatus
MarshalEasyJSON satisfies easyjson.Marshaler.
MarshalJSON satisfies json.Marshaler.
String returns the MixedContentResolutionStatus as string value.
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
UnmarshalJSON satisfies json.Unmarshaler.
MixedContentResolutionStatus : github.com/goccy/go-json.Marshaler
*MixedContentResolutionStatus : github.com/goccy/go-json.Unmarshaler
MixedContentResolutionStatus : github.com/mailru/easyjson.Marshaler
*MixedContentResolutionStatus : github.com/mailru/easyjson.MarshalerUnmarshaler
*MixedContentResolutionStatus : github.com/mailru/easyjson.Unmarshaler
MixedContentResolutionStatus : encoding/json.Marshaler
*MixedContentResolutionStatus : encoding/json.Unmarshaler
MixedContentResolutionStatus : expvar.Var
MixedContentResolutionStatus : fmt.Stringer
const MixedContentResolutionStatusMixedContentAutomaticallyUpgraded
const MixedContentResolutionStatusMixedContentBlocked
const MixedContentResolutionStatusMixedContentWarning
MixedContentResourceType [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-MixedContentResourceType
MarshalEasyJSON satisfies easyjson.Marshaler.
MarshalJSON satisfies json.Marshaler.
String returns the MixedContentResourceType as string value.
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
UnmarshalJSON satisfies json.Unmarshaler.
MixedContentResourceType : github.com/goccy/go-json.Marshaler
*MixedContentResourceType : github.com/goccy/go-json.Unmarshaler
MixedContentResourceType : github.com/mailru/easyjson.Marshaler
*MixedContentResourceType : github.com/mailru/easyjson.MarshalerUnmarshaler
*MixedContentResourceType : github.com/mailru/easyjson.Unmarshaler
MixedContentResourceType : encoding/json.Marshaler
*MixedContentResourceType : encoding/json.Unmarshaler
MixedContentResourceType : expvar.Var
MixedContentResourceType : fmt.Stringer
const MixedContentResourceTypeAttributionSrc
const MixedContentResourceTypeAudio
const MixedContentResourceTypeBeacon
const MixedContentResourceTypeCSPReport
const MixedContentResourceTypeDownload
const MixedContentResourceTypeEventSource
const MixedContentResourceTypeFavicon
const MixedContentResourceTypeFont
const MixedContentResourceTypeForm
const MixedContentResourceTypeFrame
const MixedContentResourceTypeImage
const MixedContentResourceTypeImport
const MixedContentResourceTypeManifest
const MixedContentResourceTypePing
const MixedContentResourceTypePluginData
const MixedContentResourceTypePluginResource
const MixedContentResourceTypePrefetch
const MixedContentResourceTypeResource
const MixedContentResourceTypeScript
const MixedContentResourceTypeServiceWorker
const MixedContentResourceTypeSharedWorker
const MixedContentResourceTypeStylesheet
const MixedContentResourceTypeTrack
const MixedContentResourceTypeVideo
const MixedContentResourceTypeWorker
const MixedContentResourceTypeXMLHTTPRequest
const MixedContentResourceTypeXSLT
PropertyRuleIssueDetails this issue warns about errors in property rules
that lead to property registrations being ignored.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-PropertyRuleIssueDetails
// Reason why the property rule was discarded.
// The value of the property rule property that failed to parse
// Source code position of the property rule.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
PropertyRuleIssueDetails : github.com/goccy/go-json.Marshaler
*PropertyRuleIssueDetails : github.com/goccy/go-json.Unmarshaler
PropertyRuleIssueDetails : github.com/mailru/easyjson.Marshaler
*PropertyRuleIssueDetails : github.com/mailru/easyjson.MarshalerUnmarshaler
*PropertyRuleIssueDetails : github.com/mailru/easyjson.Unmarshaler
PropertyRuleIssueDetails : encoding/json.Marshaler
*PropertyRuleIssueDetails : encoding/json.Unmarshaler
PropertyRuleIssueReason [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-PropertyRuleIssueReason
MarshalEasyJSON satisfies easyjson.Marshaler.
MarshalJSON satisfies json.Marshaler.
String returns the PropertyRuleIssueReason as string value.
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
UnmarshalJSON satisfies json.Unmarshaler.
PropertyRuleIssueReason : github.com/goccy/go-json.Marshaler
*PropertyRuleIssueReason : github.com/goccy/go-json.Unmarshaler
PropertyRuleIssueReason : github.com/mailru/easyjson.Marshaler
*PropertyRuleIssueReason : github.com/mailru/easyjson.MarshalerUnmarshaler
*PropertyRuleIssueReason : github.com/mailru/easyjson.Unmarshaler
PropertyRuleIssueReason : encoding/json.Marshaler
*PropertyRuleIssueReason : encoding/json.Unmarshaler
PropertyRuleIssueReason : expvar.Var
PropertyRuleIssueReason : fmt.Stringer
const PropertyRuleIssueReasonInvalidInherits
const PropertyRuleIssueReasonInvalidInitialValue
const PropertyRuleIssueReasonInvalidName
const PropertyRuleIssueReasonInvalidSyntax
QuirksModeIssueDetails details for issues about documents in Quirks Mode
or Limited Quirks Mode that affects page layouting.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-QuirksModeIssueDetails
DocumentNodeID cdp.BackendNodeID
FrameID cdp.FrameID
// If false, it means the document's mode is "quirks" instead of "limited-quirks".
LoaderID cdp.LoaderID
URL string
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
QuirksModeIssueDetails : github.com/goccy/go-json.Marshaler
*QuirksModeIssueDetails : github.com/goccy/go-json.Unmarshaler
QuirksModeIssueDetails : github.com/mailru/easyjson.Marshaler
*QuirksModeIssueDetails : github.com/mailru/easyjson.MarshalerUnmarshaler
*QuirksModeIssueDetails : github.com/mailru/easyjson.Unmarshaler
QuirksModeIssueDetails : encoding/json.Marshaler
*QuirksModeIssueDetails : encoding/json.Unmarshaler
SourceCodeLocation [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-SourceCodeLocation
ColumnNumber int64
LineNumber int64
ScriptID runtime.ScriptID
URL string
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
SourceCodeLocation : github.com/goccy/go-json.Marshaler
*SourceCodeLocation : github.com/goccy/go-json.Unmarshaler
SourceCodeLocation : github.com/mailru/easyjson.Marshaler
*SourceCodeLocation : github.com/mailru/easyjson.MarshalerUnmarshaler
*SourceCodeLocation : github.com/mailru/easyjson.Unmarshaler
SourceCodeLocation : encoding/json.Marshaler
*SourceCodeLocation : encoding/json.Unmarshaler
StylesheetLoadingIssueDetails this issue warns when a referenced
stylesheet couldn't be loaded.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-StylesheetLoadingIssueDetails
// Contains additional info when the failure was due to a request.
// Source code position that referenced the failing stylesheet.
// Reason why the stylesheet couldn't be loaded.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
StylesheetLoadingIssueDetails : github.com/goccy/go-json.Marshaler
*StylesheetLoadingIssueDetails : github.com/goccy/go-json.Unmarshaler
StylesheetLoadingIssueDetails : github.com/mailru/easyjson.Marshaler
*StylesheetLoadingIssueDetails : github.com/mailru/easyjson.MarshalerUnmarshaler
*StylesheetLoadingIssueDetails : github.com/mailru/easyjson.Unmarshaler
StylesheetLoadingIssueDetails : encoding/json.Marshaler
*StylesheetLoadingIssueDetails : encoding/json.Unmarshaler
StyleSheetLoadingIssueReason [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#type-StyleSheetLoadingIssueReason
MarshalEasyJSON satisfies easyjson.Marshaler.
MarshalJSON satisfies json.Marshaler.
String returns the StyleSheetLoadingIssueReason as string value.
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
UnmarshalJSON satisfies json.Unmarshaler.
StyleSheetLoadingIssueReason : github.com/goccy/go-json.Marshaler
*StyleSheetLoadingIssueReason : github.com/goccy/go-json.Unmarshaler
StyleSheetLoadingIssueReason : github.com/mailru/easyjson.Marshaler
*StyleSheetLoadingIssueReason : github.com/mailru/easyjson.MarshalerUnmarshaler
*StyleSheetLoadingIssueReason : github.com/mailru/easyjson.Unmarshaler
StyleSheetLoadingIssueReason : encoding/json.Marshaler
*StyleSheetLoadingIssueReason : encoding/json.Unmarshaler
StyleSheetLoadingIssueReason : expvar.Var
StyleSheetLoadingIssueReason : fmt.Stringer
const StyleSheetLoadingIssueReasonLateImportRule
const StyleSheetLoadingIssueReasonRequestFailed
Package-Level Functions (total 5)
CheckContrast runs the contrast check for the target page. Found issues
are reported using Audits.issueAdded event.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#method-checkContrast
parameters:
CheckFormsIssues runs the form issues check for the target page. Found
issues are reported using Audits.issueAdded event.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#method-checkFormsIssues
Disable disables issues domain, prevents further issues from being
reported to the client.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#method-disable
Enable enables issues domain, sends the issues collected so far to the
client by means of the issueAdded event.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#method-enable
GetEncodedResponse returns the response body and size if it were
re-encoded with the specified settings. Only applies to images.
See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#method-getEncodedResponse
parameters:
requestID - Identifier of the network request to get content for.
encoding - The encoding to use.
Package-Level Constants (total 177)
AttributionReportingIssueType values.
AttributionReportingIssueType values.
AttributionReportingIssueType values.
AttributionReportingIssueType values.
AttributionReportingIssueType values.
AttributionReportingIssueType values.
AttributionReportingIssueType values.
AttributionReportingIssueType values.
AttributionReportingIssueType values.
AttributionReportingIssueType values.
AttributionReportingIssueType values.
AttributionReportingIssueType values.
AttributionReportingIssueType values.
AttributionReportingIssueType values.
BlockedByResponseReason values.
BlockedByResponseReason values.
BlockedByResponseReason values.
BlockedByResponseReason values.
ClientHintIssueReason values.
ClientHintIssueReason values.
Command names.
Command names.
Command names.
Command names.
Command names.
ContentSecurityPolicyViolationType values.
ContentSecurityPolicyViolationType values.
ContentSecurityPolicyViolationType values.
ContentSecurityPolicyViolationType values.
ContentSecurityPolicyViolationType values.
ContentSecurityPolicyViolationType values.
CookieExclusionReason values.
CookieExclusionReason values.
CookieExclusionReason values.
CookieExclusionReason values.
CookieExclusionReason values.
CookieExclusionReason values.
CookieExclusionReason values.
CookieExclusionReason values.
CookieExclusionReason values.
CookieOperation values.
CookieOperation values.
CookieWarningReason values.
CookieWarningReason values.
CookieWarningReason values.
CookieWarningReason values.
CookieWarningReason values.
CookieWarningReason values.
CookieWarningReason values.
CookieWarningReason values.
CookieWarningReason values.
CookieWarningReason values.
CookieWarningReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthRequestIssueReason values.
FederatedAuthUserInfoRequestIssueReason values.
FederatedAuthUserInfoRequestIssueReason values.
FederatedAuthUserInfoRequestIssueReason values.
FederatedAuthUserInfoRequestIssueReason values.
FederatedAuthUserInfoRequestIssueReason values.
FederatedAuthUserInfoRequestIssueReason values.
FederatedAuthUserInfoRequestIssueReason values.
FederatedAuthUserInfoRequestIssueReason values.
FederatedAuthUserInfoRequestIssueReason values.
GenericIssueErrorType values.
GenericIssueErrorType values.
GenericIssueErrorType values.
GenericIssueErrorType values.
GenericIssueErrorType values.
GenericIssueErrorType values.
GenericIssueErrorType values.
GenericIssueErrorType values.
GenericIssueErrorType values.
GenericIssueErrorType values.
GenericIssueErrorType values.
GenericIssueErrorType values.
GetEncodedResponseEncoding values.
GetEncodedResponseEncoding values.
GetEncodedResponseEncoding values.
HeavyAdReason values.
HeavyAdReason values.
HeavyAdReason values.
HeavyAdResolutionStatus values.
HeavyAdResolutionStatus values.
InspectorIssueCode values.
InspectorIssueCode values.
InspectorIssueCode values.
InspectorIssueCode values.
InspectorIssueCode values.
InspectorIssueCode values.
InspectorIssueCode values.
InspectorIssueCode values.
InspectorIssueCode values.
InspectorIssueCode values.
InspectorIssueCode values.
InspectorIssueCode values.
InspectorIssueCode values.
InspectorIssueCode values.
InspectorIssueCode values.
InspectorIssueCode values.
InspectorIssueCode values.
MixedContentResolutionStatus values.
MixedContentResolutionStatus values.
MixedContentResolutionStatus values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
MixedContentResourceType values.
PropertyRuleIssueReason values.
PropertyRuleIssueReason values.
PropertyRuleIssueReason values.
PropertyRuleIssueReason values.
StyleSheetLoadingIssueReason values.
StyleSheetLoadingIssueReason values.
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |