devtools-protocol 0.0.1352404 → 0.0.1356270

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.
@@ -1066,7 +1066,9 @@
1066
1066
  "WarnAttributeValueExceedsMaxSize",
1067
1067
  "WarnDomainNonASCII",
1068
1068
  "WarnThirdPartyPhaseout",
1069
- "WarnCrossSiteRedirectDowngradeChangesInclusion"
1069
+ "WarnCrossSiteRedirectDowngradeChangesInclusion",
1070
+ "WarnDeprecationTrialMetadata",
1071
+ "WarnThirdPartyCookieHeuristic"
1070
1072
  ]
1071
1073
  },
1072
1074
  {
@@ -5657,6 +5659,7 @@
5657
5659
  "after",
5658
5660
  "marker",
5659
5661
  "backdrop",
5662
+ "column",
5660
5663
  "selection",
5661
5664
  "search-text",
5662
5665
  "target-text",
@@ -9165,7 +9168,6 @@
9165
9168
  "gyroscope",
9166
9169
  "linear-acceleration",
9167
9170
  "magnetometer",
9168
- "proximity",
9169
9171
  "relative-orientation"
9170
9172
  ]
9171
9173
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1352404",
3
+ "version": "0.0.1356270",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -532,6 +532,8 @@ experimental domain Audits
532
532
  WarnDomainNonASCII
533
533
  WarnThirdPartyPhaseout
534
534
  WarnCrossSiteRedirectDowngradeChangesInclusion
535
+ WarnDeprecationTrialMetadata
536
+ WarnThirdPartyCookieHeuristic
535
537
 
536
538
  type CookieOperation extends string
537
539
  enum
@@ -2679,6 +2681,7 @@ domain DOM
2679
2681
  after
2680
2682
  marker
2681
2683
  backdrop
2684
+ column
2682
2685
  selection
2683
2686
  search-text
2684
2687
  target-text
@@ -4220,7 +4223,6 @@ domain Emulation
4220
4223
  gyroscope
4221
4224
  linear-acceleration
4222
4225
  magnetometer
4223
- proximity
4224
4226
  relative-orientation
4225
4227
 
4226
4228
  experimental type SensorMetadata extends object
@@ -3309,7 +3309,7 @@ export namespace Protocol {
3309
3309
 
3310
3310
  export type CookieExclusionReason = ('ExcludeSameSiteUnspecifiedTreatedAsLax' | 'ExcludeSameSiteNoneInsecure' | 'ExcludeSameSiteLax' | 'ExcludeSameSiteStrict' | 'ExcludeInvalidSameParty' | 'ExcludeSamePartyCrossPartyContext' | 'ExcludeDomainNonASCII' | 'ExcludeThirdPartyCookieBlockedInFirstPartySet' | 'ExcludeThirdPartyPhaseout');
3311
3311
 
3312
- export type CookieWarningReason = ('WarnSameSiteUnspecifiedCrossSiteContext' | 'WarnSameSiteNoneInsecure' | 'WarnSameSiteUnspecifiedLaxAllowUnsafe' | 'WarnSameSiteStrictLaxDowngradeStrict' | 'WarnSameSiteStrictCrossDowngradeStrict' | 'WarnSameSiteStrictCrossDowngradeLax' | 'WarnSameSiteLaxCrossDowngradeStrict' | 'WarnSameSiteLaxCrossDowngradeLax' | 'WarnAttributeValueExceedsMaxSize' | 'WarnDomainNonASCII' | 'WarnThirdPartyPhaseout' | 'WarnCrossSiteRedirectDowngradeChangesInclusion');
3312
+ export type CookieWarningReason = ('WarnSameSiteUnspecifiedCrossSiteContext' | 'WarnSameSiteNoneInsecure' | 'WarnSameSiteUnspecifiedLaxAllowUnsafe' | 'WarnSameSiteStrictLaxDowngradeStrict' | 'WarnSameSiteStrictCrossDowngradeStrict' | 'WarnSameSiteStrictCrossDowngradeLax' | 'WarnSameSiteLaxCrossDowngradeStrict' | 'WarnSameSiteLaxCrossDowngradeLax' | 'WarnAttributeValueExceedsMaxSize' | 'WarnDomainNonASCII' | 'WarnThirdPartyPhaseout' | 'WarnCrossSiteRedirectDowngradeChangesInclusion' | 'WarnDeprecationTrialMetadata' | 'WarnThirdPartyCookieHeuristic');
3313
3313
 
3314
3314
  export type CookieOperation = ('SetCookie' | 'ReadCookie');
3315
3315
 
@@ -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' | 'placeholder' | 'file-selector-button' | 'details-content' | 'select-fallback-button' | 'select-fallback-button-text' | 'picker');
6020
+ export type PseudoType = ('first-line' | 'first-letter' | 'before' | 'after' | 'marker' | 'backdrop' | 'column' | '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.
@@ -8235,7 +8235,7 @@ export namespace Protocol {
8235
8235
  * Used to specify sensor types to emulate.
8236
8236
  * See https://w3c.github.io/sensors/#automation for more information.
8237
8237
  */
8238
- export type SensorType = ('absolute-orientation' | 'accelerometer' | 'ambient-light' | 'gravity' | 'gyroscope' | 'linear-acceleration' | 'magnetometer' | 'proximity' | 'relative-orientation');
8238
+ export type SensorType = ('absolute-orientation' | 'accelerometer' | 'ambient-light' | 'gravity' | 'gyroscope' | 'linear-acceleration' | 'magnetometer' | 'relative-orientation');
8239
8239
 
8240
8240
  export interface SensorMetadata {
8241
8241
  available?: boolean;