Package-level declarations
Types
Information about a cookie that is affected by an inspector issue.
Information about the frame affected by an inspector issue.
Information about a request that is affected by an inspector issue.
Details for issues around "Attribution Reporting API" usage. Explainer: https://github.com/WICG/attribution-reporting-api
Audits domain allows investigation of page violations and possible improvements.
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.
Enum indicating the reason a response has been blocked. These reasons are refinements of the net error BLOCKED_BY_RESPONSE.
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.
Request object containing input parameters for the AuditsDomain.checkContrast command.
A dummy response object for the AuditsDomain.checkContrast command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Response type for the AuditsDomain.checkFormsIssues command.
This issue tracks client hints related issues. It's used to deprecate old features, encourage the use of new ones, and provide general guidance.
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.
Details for a CORS related issue, e.g. a warning or error related to CORS RFC1918 enforcement.
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
A dummy response object for the AuditsDomain.disable command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
A dummy response object for the AuditsDomain.enable command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
This enum doesn't have a proper description because it was generated from an inline declaration. Its name was inferred based on the place where it is used:
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.
Represents the failure reason when a getUserInfo() call fails. Should be updated alongside FederatedAuthUserInfoRequestResult in third_party/blink/public/mojom/devtools/inspector_issue.mojom.
Depending on the concrete errorType, different properties are set.
Request object containing input parameters for the AuditsDomain.getEncodedResponse command.
Response type for the AuditsDomain.getEncodedResponse command.
An inspector issue reported from the back-end.
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.
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.
A unique id for a DevTools inspector issue. Allows other entities (e.g. exceptions, CDP message, console messages, etc.) to reference an issue.
Details for issues about documents in Quirks Mode or Limited Quirks Mode that affects page layouting.
Details for a issue arising from an SAB being instantiated in, or transferred to a context that is not cross-origin isolated.
This issue warns when a referenced stylesheet couldn't be loaded.