devtools-protocol 0.0.1456738 → 0.0.1459876

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.
@@ -12940,6 +12940,7 @@
12940
12940
  "Ping",
12941
12941
  "CSPViolationReport",
12942
12942
  "Preflight",
12943
+ "FedCM",
12943
12944
  "Other"
12944
12945
  ]
12945
12946
  },
@@ -15752,7 +15753,7 @@
15752
15753
  },
15753
15754
  {
15754
15755
  "name": "setCookieControls",
15755
- "description": "Sets Controls for third-party cookie access\nPage reload is required before the new cookie bahavior will be observed",
15756
+ "description": "Sets Controls for third-party cookie access\nPage reload is required before the new cookie behavior will be observed",
15756
15757
  "experimental": true,
15757
15758
  "parameters": [
15758
15759
  {
@@ -18244,6 +18245,7 @@
18244
18245
  "media-playback-while-not-visible",
18245
18246
  "microphone",
18246
18247
  "midi",
18248
+ "on-device-speech-recognition",
18247
18249
  "otp-credentials",
18248
18250
  "payment",
18249
18251
  "picture-in-picture",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1456738",
3
+ "version": "0.0.1459876",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -5971,6 +5971,7 @@ domain Network
5971
5971
  Ping
5972
5972
  CSPViolationReport
5973
5973
  Preflight
5974
+ FedCM
5974
5975
  Other
5975
5976
 
5976
5977
  # Unique loader identifier.
@@ -7959,7 +7960,7 @@ domain Network
7959
7960
  LoadNetworkResourcePageResult resource
7960
7961
 
7961
7962
  # Sets Controls for third-party cookie access
7962
- # Page reload is required before the new cookie bahavior will be observed
7963
+ # Page reload is required before the new cookie behavior will be observed
7963
7964
  experimental command setCookieControls
7964
7965
  parameters
7965
7966
  # Whether 3pc restriction is enabled.
@@ -8607,6 +8608,7 @@ domain Page
8607
8608
  media-playback-while-not-visible
8608
8609
  microphone
8609
8610
  midi
8611
+ on-device-speech-recognition
8610
8612
  otp-credentials
8611
8613
  payment
8612
8614
  picture-in-picture
@@ -3719,7 +3719,7 @@ export namespace ProtocolMapping {
3719
3719
  };
3720
3720
  /**
3721
3721
  * Sets Controls for third-party cookie access
3722
- * Page reload is required before the new cookie bahavior will be observed
3722
+ * Page reload is required before the new cookie behavior will be observed
3723
3723
  */
3724
3724
  'Network.setCookieControls': {
3725
3725
  paramsType: [Protocol.Network.SetCookieControlsRequest];
@@ -2611,7 +2611,7 @@ export namespace ProtocolProxyApi {
2611
2611
 
2612
2612
  /**
2613
2613
  * Sets Controls for third-party cookie access
2614
- * Page reload is required before the new cookie bahavior will be observed
2614
+ * Page reload is required before the new cookie behavior will be observed
2615
2615
  */
2616
2616
  setCookieControls(params: Protocol.Network.SetCookieControlsRequest): Promise<void>;
2617
2617
 
@@ -2751,7 +2751,7 @@ export namespace ProtocolTestsProxyApi {
2751
2751
 
2752
2752
  /**
2753
2753
  * Sets Controls for third-party cookie access
2754
- * Page reload is required before the new cookie bahavior will be observed
2754
+ * Page reload is required before the new cookie behavior will be observed
2755
2755
  */
2756
2756
  setCookieControls(params: Protocol.Network.SetCookieControlsRequest): Promise<{id: number, result: void, sessionId: string}>;
2757
2757
 
@@ -10599,7 +10599,7 @@ export namespace Protocol {
10599
10599
  /**
10600
10600
  * Resource type as it was perceived by the rendering engine.
10601
10601
  */
10602
- export type ResourceType = ('Document' | 'Stylesheet' | 'Image' | 'Media' | 'Font' | 'Script' | 'TextTrack' | 'XHR' | 'Fetch' | 'Prefetch' | 'EventSource' | 'WebSocket' | 'Manifest' | 'SignedExchange' | 'Ping' | 'CSPViolationReport' | 'Preflight' | 'Other');
10602
+ export type ResourceType = ('Document' | 'Stylesheet' | 'Image' | 'Media' | 'Font' | 'Script' | 'TextTrack' | 'XHR' | 'Fetch' | 'Prefetch' | 'EventSource' | 'WebSocket' | 'Manifest' | 'SignedExchange' | 'Ping' | 'CSPViolationReport' | 'Preflight' | 'FedCM' | 'Other');
10603
10603
 
10604
10604
  /**
10605
10605
  * Unique loader identifier.
@@ -14004,7 +14004,7 @@ export namespace Protocol {
14004
14004
  * in services/network/public/cpp/permissions_policy/permissions_policy_features.json5.
14005
14005
  * LINT.IfChange(PermissionsPolicyFeature)
14006
14006
  */
14007
- 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-high-entropy-values' | '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' | 'deferred-fetch-minimal' | 'device-attributes' | 'digital-credentials-get' | 'direct-sockets' | 'direct-sockets-private' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'fenced-unpartitioned-storage-read' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'identity-credentials-get' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'language-detector' | 'local-fonts' | 'local-network-access' | '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' | 'record-ad-auction-events' | 'rewriter' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'speaker-selection' | 'storage-access' | 'sub-apps' | 'summarizer' | 'sync-xhr' | 'translator' | 'unload' | 'usb' | 'usb-unrestricted' | 'vertical-scroll' | 'web-app-installation' | 'web-printing' | 'web-share' | 'window-management' | 'writer' | 'xr-spatial-tracking');
14007
+ 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-high-entropy-values' | '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' | 'deferred-fetch-minimal' | 'device-attributes' | 'digital-credentials-get' | 'direct-sockets' | 'direct-sockets-private' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'fenced-unpartitioned-storage-read' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'identity-credentials-get' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'language-detector' | 'local-fonts' | 'local-network-access' | 'magnetometer' | 'media-playback-while-not-visible' | 'microphone' | 'midi' | 'on-device-speech-recognition' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'popins' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-create' | 'publickey-credentials-get' | 'record-ad-auction-events' | 'rewriter' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'speaker-selection' | 'storage-access' | 'sub-apps' | 'summarizer' | 'sync-xhr' | 'translator' | 'unload' | 'usb' | 'usb-unrestricted' | 'vertical-scroll' | 'web-app-installation' | 'web-printing' | 'web-share' | 'window-management' | 'writer' | 'xr-spatial-tracking');
14008
14008
 
14009
14009
  /**
14010
14010
  * Reason for a permissions policy feature to be disabled.