devtools-protocol 0.0.1323165 → 0.0.1323829
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.
@@ -4632,7 +4632,7 @@
|
|
4632
4632
|
},
|
4633
4633
|
{
|
4634
4634
|
"name": "cssPositionTryRules",
|
4635
|
-
"description": "A list of CSS @position-try rules matching this node, based on the position-try-
|
4635
|
+
"description": "A list of CSS @position-try rules matching this node, based on the position-try-fallbacks property.",
|
4636
4636
|
"optional": true,
|
4637
4637
|
"type": "array",
|
4638
4638
|
"items": {
|
@@ -16839,6 +16839,7 @@
|
|
16839
16839
|
"compute-pressure",
|
16840
16840
|
"cross-origin-isolated",
|
16841
16841
|
"deferred-fetch",
|
16842
|
+
"digital-credentials-get",
|
16842
16843
|
"direct-sockets",
|
16843
16844
|
"display-capture",
|
16844
16845
|
"document-domain",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -2207,7 +2207,7 @@ experimental domain CSS
|
|
2207
2207
|
optional array of CSSKeyframesRule cssKeyframesRules
|
2208
2208
|
# A list of CSS position fallbacks matching this node.
|
2209
2209
|
deprecated optional array of CSSPositionFallbackRule cssPositionFallbackRules
|
2210
|
-
# A list of CSS @position-try rules matching this node, based on the position-try-
|
2210
|
+
# A list of CSS @position-try rules matching this node, based on the position-try-fallbacks property.
|
2211
2211
|
optional array of CSSPositionTryRule cssPositionTryRules
|
2212
2212
|
# A list of CSS at-property rules matching this node.
|
2213
2213
|
optional array of CSSPropertyRule cssPropertyRules
|
@@ -7927,6 +7927,7 @@ domain Page
|
|
7927
7927
|
compute-pressure
|
7928
7928
|
cross-origin-isolated
|
7929
7929
|
deferred-fetch
|
7930
|
+
digital-credentials-get
|
7930
7931
|
direct-sockets
|
7931
7932
|
display-capture
|
7932
7933
|
document-domain
|
package/types/protocol.d.ts
CHANGED
@@ -5423,7 +5423,7 @@ export namespace Protocol {
|
|
5423
5423
|
*/
|
5424
5424
|
cssPositionFallbackRules?: CSSPositionFallbackRule[];
|
5425
5425
|
/**
|
5426
|
-
* A list of CSS @position-try rules matching this node, based on the position-try-
|
5426
|
+
* A list of CSS @position-try rules matching this node, based on the position-try-fallbacks property.
|
5427
5427
|
*/
|
5428
5428
|
cssPositionTryRules?: CSSPositionTryRule[];
|
5429
5429
|
/**
|
@@ -13249,7 +13249,7 @@ export namespace Protocol {
|
|
13249
13249
|
* All Permissions Policy features. This enum should match the one defined
|
13250
13250
|
* in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
|
13251
13251
|
*/
|
13252
|
-
export type PermissionsPolicyFeature = ('accelerometer' | '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' | '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-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-printing' | 'web-share' | 'window-management' | 'xr-spatial-tracking');
|
13252
|
+
export type PermissionsPolicyFeature = ('accelerometer' | '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' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | '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-printing' | 'web-share' | 'window-management' | 'xr-spatial-tracking');
|
13253
13253
|
|
13254
13254
|
/**
|
13255
13255
|
* Reason for a permissions policy feature to be disabled.
|