mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
62ac167339
* roll Chromium to version 86, r800071 * roll Chrome DevTools protocol version to 0.0.799653 * fix HTTPRequest.continue after * CDP: accept post data in the binary form in Fetch.continueRequest. https://chromium-review.googlesource.com/c/chromium/src/+/2315239 * update new-docs
3.9 KiB
3.9 KiB
Home > puppeteer > Protocol > Audits
Protocol.Audits namespace
Audits domain allows investigation of page violations and possible improvements.
Signature:
export namespace Audits
Enumerations
Enumeration | Description |
---|---|
GetEncodedResponseRequestEncoding |
Interfaces
Interface | Description |
---|---|
AffectedCookie | Information about a cookie that is affected by an inspector issue. |
AffectedFrame | Information about the frame affected by an inspector issue. |
AffectedRequest | Information about a request that is affected by an inspector issue. |
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. |
ContentSecurityPolicyIssueDetails | |
GetEncodedResponseRequest | |
GetEncodedResponseResponse | |
HeavyAdIssueDetails | |
InspectorIssue | An inspector issue reported from the back-end. |
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. |
IssueAddedEvent | |
MixedContentIssueDetails | |
SameSiteCookieIssueDetails | 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. |
SourceCodeLocation |
Type Aliases
Type Alias | Description |
---|---|
BlockedByResponseReason | Enum indicating the reason a response has been blocked. These reasons are refinements of the net error BLOCKED_BY_RESPONSE. |
ContentSecurityPolicyViolationType | |
HeavyAdReason | |
HeavyAdResolutionStatus | |
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. |
MixedContentResolutionStatus | |
MixedContentResourceType | |
SameSiteCookieExclusionReason | |
SameSiteCookieOperation | |
SameSiteCookieWarningReason |