Module chrome_remote_interface_model::audits[][src]

This is supported on crate features experimental and Audits and Network only.
Expand description

Audits domain allows investigation of page violations and possible improvements.

Structs

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 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.

Runs the contrast check for the target page. Found issues are reported using Audits.issueAdded event.

Runs the contrast check for the target page. Found issues are reported using Audits.issueAdded event.

Details for a CORS related issue, e.g. a warning or error related to CORS RFC1918 enforcement.

Disables issues domain, prevents further issues from being reported to the client.

Disables issues domain, prevents further issues from being reported to the client.

Enables issues domain, sends the issues collected so far to the client by means of the issueAdded event.

Enables issues domain, sends the issues collected so far to the client by means of the issueAdded event.

Returns the response body and size if it were re-encoded with the specified settings. Only applies to images.

Returns the response body and size if it were re-encoded with the specified settings. Only applies to images.

An inspector issue reported from the back-end.

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.

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 issue arising from an SAB being instantiated in, or transfered to a context that is not cross-origin isolated.

Enums