Expand description
Audits domain allows investigation of page violations and possible improvements.
Structs§
- Affected
Cookie - Information about a cookie that is affected by an inspector issue. AffectedCookie
- Affected
Cookie Builder - Affected
Frame - Information about the frame affected by an inspector issue. AffectedFrame
- Affected
Frame Builder - Affected
Request - Information about a request that is affected by an inspector issue. AffectedRequest
- Affected
Request Builder - Attribution
Reporting Issue Details - Details for issues around “Attribution Reporting API” usage. Explainer: https://github.com/WICG/attribution-reporting-api AttributionReportingIssueDetails
- Attribution
Reporting Issue Details Builder - Blocked
ByResponse Issue Details - 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. BlockedByResponseIssueDetails
- Blocked
ByResponse Issue Details Builder - Bounce
Tracking Issue Details - 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 beexample.test
. BounceTrackingIssueDetails - Bounce
Tracking Issue Details Builder - Check
Contrast Params - Runs the contrast check for the target page. Found issues are reported using Audits.issueAdded event. checkContrast
- Check
Contrast Params Builder - Check
Contrast Returns - Runs the contrast check for the target page. Found issues are reported using Audits.issueAdded event. checkContrast
- Check
Forms Issues Params - Runs the form issues check for the target page. Found issues are reported using Audits.issueAdded event. checkFormsIssues
- Check
Forms Issues Returns - Runs the form issues check for the target page. Found issues are reported using Audits.issueAdded event. checkFormsIssues
- Check
Forms Issues Returns Builder - Client
Hint Issue Details - This issue tracks client hints related issues. It’s used to deprecate old features, encourage the use of new ones, and provide general guidance. ClientHintIssueDetails
- Client
Hint Issue Details Builder - Content
Security Policy Issue Details - Content
Security Policy Issue Details Builder - Cookie
Deprecation Metadata Issue Details - This issue warns about third-party sites that are accessing cookies on the
current page, and have been permitted due to having a global metadata grant.
Note that in this context ‘site’ means eTLD+1. For example, if the URL
https://example.test:80/web_page
was accessing cookies, the site reported would beexample.test
. CookieDeprecationMetadataIssueDetails - Cookie
Deprecation Metadata Issue Details Builder - Cookie
Issue Details - 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. CookieIssueDetails
- Cookie
Issue Details Builder - Cors
Issue Details - Details for a CORS related issue, e.g. a warning or error related to CORS RFC1918 enforcement. CorsIssueDetails
- Cors
Issue Details Builder - Deprecation
Issue Details - 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 DeprecationIssueDetails
- Deprecation
Issue Details Builder - Disable
Params - Disables issues domain, prevents further issues from being reported to the client. disable
- Disable
Returns - Disables issues domain, prevents further issues from being reported to the client. disable
- Enable
Params - Enables issues domain, sends the issues collected so far to the client by means of the
issueAdded
event. enable - Enable
Returns - Enables issues domain, sends the issues collected so far to the client by means of the
issueAdded
event. enable - Event
Issue Added - Failed
Request Info - Failed
Request Info Builder - Federated
Auth Request Issue Details - Federated
Auth Request Issue Details Builder - Federated
Auth User Info Request Issue Details - Federated
Auth User Info Request Issue Details Builder - Generic
Issue Details - Depending on the concrete errorType, different properties are set. GenericIssueDetails
- Generic
Issue Details Builder - GetEncoded
Response Params - Returns the response body and size if it were re-encoded with the specified settings. Only applies to images. getEncodedResponse
- GetEncoded
Response Params Builder - GetEncoded
Response Returns - Returns the response body and size if it were re-encoded with the specified settings. Only applies to images. getEncodedResponse
- GetEncoded
Response Returns Builder - Heavy
AdIssue Details - Heavy
AdIssue Details Builder - Inspector
Issue - An inspector issue reported from the back-end. InspectorIssue
- Inspector
Issue Builder - Inspector
Issue Details - 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. InspectorIssueDetails
- Inspector
Issue Details Builder - IssueId
- A unique id for a DevTools inspector issue. Allows other entities (e.g. exceptions, CDP message, console messages, etc.) to reference an issue. IssueId
- LowText
Contrast Issue Details - LowText
Contrast Issue Details Builder - Mixed
Content Issue Details - Mixed
Content Issue Details Builder - Property
Rule Issue Details - This issue warns about errors in property rules that lead to property registrations being ignored. PropertyRuleIssueDetails
- Property
Rule Issue Details Builder - Quirks
Mode Issue Details - Details for issues about documents in Quirks Mode or Limited Quirks Mode that affects page layouting. QuirksModeIssueDetails
- Quirks
Mode Issue Details Builder - Shared
Array Buffer Issue Details - Details for a issue arising from an SAB being instantiated in, or transferred to a context that is not cross-origin isolated. SharedArrayBufferIssueDetails
- Shared
Array Buffer Issue Details Builder - Shared
Dictionary Issue Details - Shared
Dictionary Issue Details Builder - Source
Code Location - Source
Code Location Builder - Stylesheet
Loading Issue Details - This issue warns when a referenced stylesheet couldn’t be loaded. StylesheetLoadingIssueDetails
- Stylesheet
Loading Issue Details Builder
Enums§
- Attribution
Reporting Issue Type - Blocked
ByResponse Reason - Enum indicating the reason a response has been blocked. These reasons are refinements of the net error BLOCKED_BY_RESPONSE.
- Client
Hint Issue Reason - Content
Security Policy Violation Type - Cookie
Exclusion Reason - Cookie
Operation - Cookie
Warning Reason - Federated
Auth Request Issue Reason - 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.
- Federated
Auth User Info Request Issue Reason - Represents the failure reason when a getUserInfo() call fails. Should be updated alongside FederatedAuthUserInfoRequestResult in third_party/blink/public/mojom/devtools/inspector_issue.mojom.
- Generic
Issue Error Type - GetEncoded
Response Encoding - The encoding to use.
- Heavy
AdReason - Heavy
AdResolution Status - Inspector
Issue Code - 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.
- Mixed
Content Resolution Status - Mixed
Content Resource Type - Property
Rule Issue Reason - Shared
Array Buffer Issue Type - Shared
Dictionary Error - Style
Sheet Loading Issue Reason