devtools-protocol 0.0.1227788 → 0.0.1231134
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.
@@ -16322,6 +16322,7 @@
|
|
16322
16322
|
"sync-xhr",
|
16323
16323
|
"unload",
|
16324
16324
|
"usb",
|
16325
|
+
"usb-unrestricted",
|
16325
16326
|
"vertical-scroll",
|
16326
16327
|
"web-printing",
|
16327
16328
|
"web-share",
|
@@ -24604,7 +24605,8 @@
|
|
24604
24605
|
"enum": [
|
24605
24606
|
"AccountChooser",
|
24606
24607
|
"AutoReauthn",
|
24607
|
-
"ConfirmIdpLogin"
|
24608
|
+
"ConfirmIdpLogin",
|
24609
|
+
"Error"
|
24608
24610
|
]
|
24609
24611
|
},
|
24610
24612
|
{
|
@@ -24612,7 +24614,9 @@
|
|
24612
24614
|
"description": "The buttons on the FedCM dialog.",
|
24613
24615
|
"type": "string",
|
24614
24616
|
"enum": [
|
24615
|
-
"ConfirmIdpLoginContinue"
|
24617
|
+
"ConfirmIdpLoginContinue",
|
24618
|
+
"ErrorGotIt",
|
24619
|
+
"ErrorMoreDetails"
|
24616
24620
|
]
|
24617
24621
|
},
|
24618
24622
|
{
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -7651,6 +7651,7 @@ domain Page
|
|
7651
7651
|
sync-xhr
|
7652
7652
|
unload
|
7653
7653
|
usb
|
7654
|
+
usb-unrestricted
|
7654
7655
|
vertical-scroll
|
7655
7656
|
web-printing
|
7656
7657
|
web-share
|
@@ -11636,11 +11637,14 @@ experimental domain FedCm
|
|
11636
11637
|
AccountChooser
|
11637
11638
|
AutoReauthn
|
11638
11639
|
ConfirmIdpLogin
|
11640
|
+
Error
|
11639
11641
|
|
11640
11642
|
# The buttons on the FedCM dialog.
|
11641
11643
|
type DialogButton extends string
|
11642
11644
|
enum
|
11643
11645
|
ConfirmIdpLoginContinue
|
11646
|
+
ErrorGotIt
|
11647
|
+
ErrorMoreDetails
|
11644
11648
|
|
11645
11649
|
# Corresponds to IdentityRequestAccount
|
11646
11650
|
type Account extends object
|
package/types/protocol.d.ts
CHANGED
@@ -12899,7 +12899,7 @@ export namespace Protocol {
|
|
12899
12899
|
* All Permissions Policy features. This enum should match the one defined
|
12900
12900
|
* in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
|
12901
12901
|
*/
|
12902
|
-
export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-prefers-reduced-motion' | 'ch-prefers-reduced-transparency' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-form-factor' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | 'compute-pressure' | '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' | 'identity-credentials-get' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'local-fonts' | 'magnetometer' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'storage-access' | 'sync-xhr' | 'unload' | 'usb' | 'vertical-scroll' | 'web-printing' | 'web-share' | 'window-management' | 'window-placement' | 'xr-spatial-tracking');
|
12902
|
+
export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-prefers-reduced-motion' | 'ch-prefers-reduced-transparency' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-form-factor' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | 'compute-pressure' | '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' | 'identity-credentials-get' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'local-fonts' | 'magnetometer' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'storage-access' | 'sync-xhr' | 'unload' | 'usb' | 'usb-unrestricted' | 'vertical-scroll' | 'web-printing' | 'web-share' | 'window-management' | 'window-placement' | 'xr-spatial-tracking');
|
12903
12903
|
|
12904
12904
|
/**
|
12905
12905
|
* Reason for a permissions policy feature to be disabled.
|
@@ -17773,12 +17773,12 @@ export namespace Protocol {
|
|
17773
17773
|
/**
|
17774
17774
|
* The types of FedCM dialogs.
|
17775
17775
|
*/
|
17776
|
-
export type DialogType = ('AccountChooser' | 'AutoReauthn' | 'ConfirmIdpLogin');
|
17776
|
+
export type DialogType = ('AccountChooser' | 'AutoReauthn' | 'ConfirmIdpLogin' | 'Error');
|
17777
17777
|
|
17778
17778
|
/**
|
17779
17779
|
* The buttons on the FedCM dialog.
|
17780
17780
|
*/
|
17781
|
-
export type DialogButton = ('ConfirmIdpLoginContinue');
|
17781
|
+
export type DialogButton = ('ConfirmIdpLoginContinue' | 'ErrorGotIt' | 'ErrorMoreDetails');
|
17782
17782
|
|
17783
17783
|
/**
|
17784
17784
|
* Corresponds to IdentityRequestAccount
|