devtools-protocol 0.0.966979 → 0.0.969999
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1608,12 +1608,12 @@
|
|
1608
1608
|
"enum": [
|
1609
1609
|
"ApprovalDeclined",
|
1610
1610
|
"TooManyRequests",
|
1611
|
-
"
|
1612
|
-
"
|
1613
|
-
"
|
1614
|
-
"
|
1615
|
-
"
|
1616
|
-
"
|
1611
|
+
"ManifestHttpNotFound",
|
1612
|
+
"ManifestNoResponse",
|
1613
|
+
"ManifestInvalidResponse",
|
1614
|
+
"ClientMetadataHttpNotFound",
|
1615
|
+
"ClientMetadataNoResponse",
|
1616
|
+
"ClientMetadataInvalidResponse",
|
1617
1617
|
"ErrorFetchingSignin",
|
1618
1618
|
"InvalidSigninResponse",
|
1619
1619
|
"AccountsHttpNotFound",
|
@@ -14817,7 +14817,6 @@
|
|
14817
14817
|
"gyroscope",
|
14818
14818
|
"hid",
|
14819
14819
|
"idle-detection",
|
14820
|
-
"interest-cohort",
|
14821
14820
|
"join-ad-interest-group",
|
14822
14821
|
"keyboard-map",
|
14823
14822
|
"magnetometer",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -785,12 +785,12 @@ experimental domain Audits
|
|
785
785
|
enum
|
786
786
|
ApprovalDeclined
|
787
787
|
TooManyRequests
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
788
|
+
ManifestHttpNotFound
|
789
|
+
ManifestNoResponse
|
790
|
+
ManifestInvalidResponse
|
791
|
+
ClientMetadataHttpNotFound
|
792
|
+
ClientMetadataNoResponse
|
793
|
+
ClientMetadataInvalidResponse
|
794
794
|
ErrorFetchingSignin
|
795
795
|
InvalidSigninResponse
|
796
796
|
AccountsHttpNotFound
|
@@ -6914,7 +6914,6 @@ domain Page
|
|
6914
6914
|
gyroscope
|
6915
6915
|
hid
|
6916
6916
|
idle-detection
|
6917
|
-
interest-cohort
|
6918
6917
|
join-ad-interest-group
|
6919
6918
|
keyboard-map
|
6920
6919
|
magnetometer
|
package/types/protocol.d.ts
CHANGED
@@ -3342,7 +3342,7 @@ export namespace Protocol {
|
|
3342
3342
|
* third_party/blink/public/mojom/webid/federated_auth_request.mojom to include
|
3343
3343
|
* all cases except for success.
|
3344
3344
|
*/
|
3345
|
-
export type FederatedAuthRequestIssueReason = ('ApprovalDeclined' | 'TooManyRequests' | '
|
3345
|
+
export type FederatedAuthRequestIssueReason = ('ApprovalDeclined' | 'TooManyRequests' | 'ManifestHttpNotFound' | 'ManifestNoResponse' | 'ManifestInvalidResponse' | 'ClientMetadataHttpNotFound' | 'ClientMetadataNoResponse' | 'ClientMetadataInvalidResponse' | 'ErrorFetchingSignin' | 'InvalidSigninResponse' | 'AccountsHttpNotFound' | 'AccountsNoResponse' | 'AccountsInvalidResponse' | 'IdTokenHttpNotFound' | 'IdTokenNoResponse' | 'IdTokenInvalidResponse' | 'IdTokenInvalidRequest' | 'ErrorIdToken' | 'Canceled');
|
3346
3346
|
|
3347
3347
|
/**
|
3348
3348
|
* This issue tracks client hints related issues. It's used to deprecate old
|
@@ -11921,7 +11921,7 @@ export namespace Protocol {
|
|
11921
11921
|
* All Permissions Policy features. This enum should match the one defined
|
11922
11922
|
* in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
|
11923
11923
|
*/
|
11924
|
-
export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'camera' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-rtt' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-full' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-reduced' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'ch-partitioned-cookies' | 'clipboard-read' | 'clipboard-write' | 'cross-origin-isolated' | 'direct-sockets' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'idle-detection' | '
|
11924
|
+
export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'camera' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-rtt' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-full' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-reduced' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'ch-partitioned-cookies' | 'clipboard-read' | 'clipboard-write' | 'cross-origin-isolated' | 'direct-sockets' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'idle-detection' | 'join-ad-interest-group' | 'keyboard-map' | 'magnetometer' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'storage-access-api' | 'sync-xhr' | 'trust-token-redemption' | 'usb' | 'vertical-scroll' | 'web-share' | 'window-placement' | 'xr-spatial-tracking');
|
11925
11925
|
|
11926
11926
|
/**
|
11927
11927
|
* Reason for a permissions policy feature to be disabled.
|