Skip to content

Commit 445e407

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent 26412bb commit 445e407

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

gen-src/ChromeDevtoolsProtocol/Model/Audits/GenericIssueErrorTypeEnum.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ final class GenericIssueErrorTypeEnum
1313
{
1414
public const CROSS_ORIGIN_PORTAL_POST_MESSAGE_ERROR = 'CrossOriginPortalPostMessageError';
1515
public const FORM_LABEL_FOR_NAME_ERROR = 'FormLabelForNameError';
16+
public const FORM_DUPLICATE_ID_FOR_INPUT_ERROR = 'FormDuplicateIdForInputError';
1617
}

gen-src/ChromeDevtoolsProtocol/Model/Page/PermissionsPolicyFeatureEnum.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ final class PermissionsPolicyFeatureEnum
8686
public const USB = 'usb';
8787
public const VERTICAL_SCROLL = 'vertical-scroll';
8888
public const WEB_SHARE = 'web-share';
89+
public const WINDOW_MANAGEMENT = 'window-management';
8990
public const WINDOW_PLACEMENT = 'window-placement';
9091
public const XR_SPATIAL_TRACKING = 'xr-spatial-tracking';
9192
}

protocol.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,8 @@
15351535
"type": "string",
15361536
"enum": [
15371537
"CrossOriginPortalPostMessageError",
1538-
"FormLabelForNameError"
1538+
"FormLabelForNameError",
1539+
"FormDuplicateIdForInputError"
15391540
]
15401541
},
15411542
{
@@ -17849,6 +17850,7 @@
1784917850
"usb",
1785017851
"vertical-scroll",
1785117852
"web-share",
17853+
"window-management",
1785217854
"window-placement",
1785317855
"xr-spatial-tracking"
1785417856
]

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3e68e16e0007b6f85b43ded895e3785a protocol.json
1+
11f9f1c2bcd0994432e8c11303de4332 protocol.json

0 commit comments

Comments
 (0)