Skip to content

Commit

Permalink
Update to Chrome DevTools Protocol version 1045489
Browse files Browse the repository at this point in the history
  • Loading branch information
Protocol Update Workflow committed Sep 10, 2022
1 parent d64bd82 commit 29ecdef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions api/chrome-devtools-kotlin.api
Original file line number Diff line number Diff line change
Expand Up @@ -1733,6 +1733,7 @@ public final class org/hildan/chrome/devtools/domains/audits/AttributionReportin
public static final field InvalidHeader Lorg/hildan/chrome/devtools/domains/audits/AttributionReportingIssueType;
public static final field InvalidRegisterTriggerHeader Lorg/hildan/chrome/devtools/domains/audits/AttributionReportingIssueType;
public static final field PermissionPolicyDisabled Lorg/hildan/chrome/devtools/domains/audits/AttributionReportingIssueType;
public static final field PermissionPolicyNotDelegated Lorg/hildan/chrome/devtools/domains/audits/AttributionReportingIssueType;
public static final field SourceAndTriggerHeaders Lorg/hildan/chrome/devtools/domains/audits/AttributionReportingIssueType;
public static final field SourceIgnored Lorg/hildan/chrome/devtools/domains/audits/AttributionReportingIssueType;
public static final field TooManyConcurrentRequests Lorg/hildan/chrome/devtools/domains/audits/AttributionReportingIssueType;
Expand Down
3 changes: 2 additions & 1 deletion protocol/browser_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -1448,6 +1448,7 @@
"type": "string",
"enum": [
"PermissionPolicyDisabled",
"PermissionPolicyNotDelegated",
"UntrustworthyReportingOrigin",
"InsecureContext",
"InvalidHeader",
Expand Down Expand Up @@ -6204,7 +6205,7 @@
},
{
"name": "previousNodeId",
"description": "If of the previous siblint.",
"description": "Id of the previous sibling.",
"$ref": "NodeId"
},
{
Expand Down
2 changes: 1 addition & 1 deletion protocol/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1040073
1045489

0 comments on commit 29ecdef

Please sign in to comment.