devtools-protocol 0.0.938546 → 0.0.938885

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.
@@ -14536,6 +14536,7 @@
14536
14536
  "hid",
14537
14537
  "idle-detection",
14538
14538
  "interest-cohort",
14539
+ "join-ad-interest-group",
14539
14540
  "keyboard-map",
14540
14541
  "magnetometer",
14541
14542
  "microphone",
@@ -14544,6 +14545,7 @@
14544
14545
  "payment",
14545
14546
  "picture-in-picture",
14546
14547
  "publickey-credentials-get",
14548
+ "run-ad-auction",
14547
14549
  "screen-wake-lock",
14548
14550
  "serial",
14549
14551
  "shared-autofill",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.938546",
3
+ "version": "0.0.938885",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -6763,6 +6763,7 @@ domain Page
6763
6763
  hid
6764
6764
  idle-detection
6765
6765
  interest-cohort
6766
+ join-ad-interest-group
6766
6767
  keyboard-map
6767
6768
  magnetometer
6768
6769
  microphone
@@ -6771,6 +6772,7 @@ domain Page
6771
6772
  payment
6772
6773
  picture-in-picture
6773
6774
  publickey-credentials-get
6775
+ run-ad-auction
6774
6776
  screen-wake-lock
6775
6777
  serial
6776
6778
  shared-autofill
@@ -11767,7 +11767,7 @@ export namespace Protocol {
11767
11767
  * All Permissions Policy features. This enum should match the one defined
11768
11768
  * in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
11769
11769
  */
11770
- 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-version' | 'ch-ua-platform-version' | 'ch-ua-reduced' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | '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' | 'interest-cohort' | 'keyboard-map' | 'magnetometer' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'publickey-credentials-get' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'storage-access-api' | 'sync-xhr' | 'trust-token-redemption' | 'usb' | 'vertical-scroll' | 'web-share' | 'window-placement' | 'xr-spatial-tracking');
11770
+ 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-version' | 'ch-ua-platform-version' | 'ch-ua-reduced' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | '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' | 'interest-cohort' | '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');
11771
11771
 
11772
11772
  /**
11773
11773
  * Reason for a permissions policy feature to be disabled.