devtools-protocol 0.0.1088570 → 0.0.1089613

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.
@@ -15374,12 +15374,14 @@
15374
15374
  "otp-credentials",
15375
15375
  "payment",
15376
15376
  "picture-in-picture",
15377
+ "private-aggregation",
15377
15378
  "publickey-credentials-get",
15378
15379
  "run-ad-auction",
15379
15380
  "screen-wake-lock",
15380
15381
  "serial",
15381
15382
  "shared-autofill",
15382
15383
  "shared-storage",
15384
+ "shared-storage-select-url",
15383
15385
  "smart-card",
15384
15386
  "storage-access",
15385
15387
  "sync-xhr",
@@ -3614,7 +3614,14 @@
3614
3614
  {
3615
3615
  "name": "executionContextId",
3616
3616
  "description": "Id of the destroyed context",
3617
+ "deprecated": true,
3617
3618
  "$ref": "ExecutionContextId"
3619
+ },
3620
+ {
3621
+ "name": "executionContextUniqueId",
3622
+ "description": "Unique Id of the destroyed context",
3623
+ "experimental": true,
3624
+ "type": "string"
3618
3625
  }
3619
3626
  ]
3620
3627
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1088570",
3
+ "version": "0.0.1089613",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -7218,12 +7218,14 @@ domain Page
7218
7218
  otp-credentials
7219
7219
  payment
7220
7220
  picture-in-picture
7221
+ private-aggregation
7221
7222
  publickey-credentials-get
7222
7223
  run-ad-auction
7223
7224
  screen-wake-lock
7224
7225
  serial
7225
7226
  shared-autofill
7226
7227
  shared-storage
7228
+ shared-storage-select-url
7227
7229
  smart-card
7228
7230
  storage-access
7229
7231
  sync-xhr
@@ -1741,7 +1741,9 @@ domain Runtime
1741
1741
  event executionContextDestroyed
1742
1742
  parameters
1743
1743
  # Id of the destroyed context
1744
- ExecutionContextId executionContextId
1744
+ deprecated ExecutionContextId executionContextId
1745
+ # Unique Id of the destroyed context
1746
+ experimental string executionContextUniqueId
1745
1747
 
1746
1748
  # Issued when all executionContexts were cleared in browser
1747
1749
  event executionContextsCleared
@@ -2573,6 +2573,10 @@ export namespace Protocol {
2573
2573
  * Id of the destroyed context
2574
2574
  */
2575
2575
  executionContextId: ExecutionContextId;
2576
+ /**
2577
+ * Unique Id of the destroyed context
2578
+ */
2579
+ executionContextUniqueId: string;
2576
2580
  }
2577
2581
 
2578
2582
  /**
@@ -12335,7 +12339,7 @@ export namespace Protocol {
12335
12339
  * All Permissions Policy features. This enum should match the one defined
12336
12340
  * in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
12337
12341
  */
12338
- 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-rtt' | 'ch-save-data' | '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' | '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' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'smart-card' | 'storage-access' | 'sync-xhr' | 'trust-token-redemption' | 'unload' | 'usb' | 'vertical-scroll' | 'web-share' | 'window-placement' | 'xr-spatial-tracking');
12342
+ 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-rtt' | 'ch-save-data' | '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' | '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' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'storage-access' | 'sync-xhr' | 'trust-token-redemption' | 'unload' | 'usb' | 'vertical-scroll' | 'web-share' | 'window-placement' | 'xr-spatial-tracking');
12339
12343
 
12340
12344
  /**
12341
12345
  * Reason for a permissions policy feature to be disabled.