devtools-protocol 0.0.1349977 → 0.0.1351223
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.
@@ -5680,7 +5680,13 @@
|
|
5680
5680
|
"view-transition-group",
|
5681
5681
|
"view-transition-image-pair",
|
5682
5682
|
"view-transition-old",
|
5683
|
-
"view-transition-new"
|
5683
|
+
"view-transition-new",
|
5684
|
+
"placeholder",
|
5685
|
+
"file-selector-button",
|
5686
|
+
"details-content",
|
5687
|
+
"select-fallback-button",
|
5688
|
+
"select-fallback-button-text",
|
5689
|
+
"picker"
|
5684
5690
|
]
|
5685
5691
|
},
|
5686
5692
|
{
|
@@ -17181,6 +17187,7 @@
|
|
17181
17187
|
"clipboard-read",
|
17182
17188
|
"clipboard-write",
|
17183
17189
|
"compute-pressure",
|
17190
|
+
"controlled-frame",
|
17184
17191
|
"cross-origin-isolated",
|
17185
17192
|
"deferred-fetch",
|
17186
17193
|
"digital-credentials-get",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -2703,6 +2703,12 @@ domain DOM
|
|
2703
2703
|
view-transition-image-pair
|
2704
2704
|
view-transition-old
|
2705
2705
|
view-transition-new
|
2706
|
+
placeholder
|
2707
|
+
file-selector-button
|
2708
|
+
details-content
|
2709
|
+
select-fallback-button
|
2710
|
+
select-fallback-button-text
|
2711
|
+
picker
|
2706
2712
|
|
2707
2713
|
# Shadow root type.
|
2708
2714
|
type ShadowRootType extends string
|
@@ -8079,6 +8085,7 @@ domain Page
|
|
8079
8085
|
clipboard-read
|
8080
8086
|
clipboard-write
|
8081
8087
|
compute-pressure
|
8088
|
+
controlled-frame
|
8082
8089
|
cross-origin-isolated
|
8083
8090
|
deferred-fetch
|
8084
8091
|
digital-credentials-get
|
package/types/protocol.d.ts
CHANGED
@@ -6017,7 +6017,7 @@ export namespace Protocol {
|
|
6017
6017
|
/**
|
6018
6018
|
* Pseudo element type.
|
6019
6019
|
*/
|
6020
|
-
export type PseudoType = ('first-line' | 'first-letter' | 'before' | 'after' | 'marker' | 'backdrop' | 'selection' | 'search-text' | 'target-text' | 'spelling-error' | 'grammar-error' | 'highlight' | 'first-line-inherited' | 'scroll-marker' | 'scroll-marker-group' | 'scroll-next-button' | 'scroll-prev-button' | 'scrollbar' | 'scrollbar-thumb' | 'scrollbar-button' | 'scrollbar-track' | 'scrollbar-track-piece' | 'scrollbar-corner' | 'resizer' | 'input-list-button' | 'view-transition' | 'view-transition-group' | 'view-transition-image-pair' | 'view-transition-old' | 'view-transition-new');
|
6020
|
+
export type PseudoType = ('first-line' | 'first-letter' | 'before' | 'after' | 'marker' | 'backdrop' | 'selection' | 'search-text' | 'target-text' | 'spelling-error' | 'grammar-error' | 'highlight' | 'first-line-inherited' | 'scroll-marker' | 'scroll-marker-group' | 'scroll-next-button' | 'scroll-prev-button' | 'scrollbar' | 'scrollbar-thumb' | 'scrollbar-button' | 'scrollbar-track' | 'scrollbar-track-piece' | 'scrollbar-corner' | 'resizer' | 'input-list-button' | 'view-transition' | 'view-transition-group' | 'view-transition-image-pair' | 'view-transition-old' | 'view-transition-new' | 'placeholder' | 'file-selector-button' | 'details-content' | 'select-fallback-button' | 'select-fallback-button-text' | 'picker');
|
6021
6021
|
|
6022
6022
|
/**
|
6023
6023
|
* Shadow root type.
|
@@ -13424,7 +13424,7 @@ export namespace Protocol {
|
|
13424
13424
|
* All Permissions Policy features. This enum should match the one defined
|
13425
13425
|
* in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
|
13426
13426
|
*/
|
13427
|
-
export type PermissionsPolicyFeature = ('accelerometer' | 'all-screens-capture' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'captured-surface-control' | '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-factors' | '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' | 'deferred-fetch' | 'digital-credentials-get' | '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' | 'media-playback-while-not-visible' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'popins' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-create' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'speaker-selection' | 'storage-access' | 'sub-apps' | 'sync-xhr' | 'unload' | 'usb' | 'usb-unrestricted' | 'vertical-scroll' | 'web-app-installation' | 'web-printing' | 'web-share' | 'window-management' | 'xr-spatial-tracking');
|
13427
|
+
export type PermissionsPolicyFeature = ('accelerometer' | 'all-screens-capture' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'captured-surface-control' | '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-factors' | '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' | 'controlled-frame' | 'cross-origin-isolated' | 'deferred-fetch' | 'digital-credentials-get' | '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' | 'media-playback-while-not-visible' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'popins' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-create' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'speaker-selection' | 'storage-access' | 'sub-apps' | 'sync-xhr' | 'unload' | 'usb' | 'usb-unrestricted' | 'vertical-scroll' | 'web-app-installation' | 'web-printing' | 'web-share' | 'window-management' | 'xr-spatial-tracking');
|
13428
13428
|
|
13429
13429
|
/**
|
13430
13430
|
* Reason for a permissions policy feature to be disabled.
|