devtools-protocol 0.0.1282316 → 0.0.1284279

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.
@@ -5464,6 +5464,8 @@
5464
5464
  "grammar-error",
5465
5465
  "highlight",
5466
5466
  "first-line-inherited",
5467
+ "scroll-marker",
5468
+ "scroll-markers",
5467
5469
  "scrollbar",
5468
5470
  "scrollbar-thumb",
5469
5471
  "scrollbar-button",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1282316",
3
+ "version": "0.0.1284279",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -2575,6 +2575,8 @@ domain DOM
2575
2575
  grammar-error
2576
2576
  highlight
2577
2577
  first-line-inherited
2578
+ scroll-marker
2579
+ scroll-markers
2578
2580
  scrollbar
2579
2581
  scrollbar-thumb
2580
2582
  scrollbar-button
@@ -5916,7 +5916,7 @@ export namespace Protocol {
5916
5916
  /**
5917
5917
  * Pseudo element type.
5918
5918
  */
5919
- export type PseudoType = ('first-line' | 'first-letter' | 'before' | 'after' | 'marker' | 'backdrop' | 'selection' | 'target-text' | 'spelling-error' | 'grammar-error' | 'highlight' | 'first-line-inherited' | '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');
5919
+ export type PseudoType = ('first-line' | 'first-letter' | 'before' | 'after' | 'marker' | 'backdrop' | 'selection' | 'target-text' | 'spelling-error' | 'grammar-error' | 'highlight' | 'first-line-inherited' | 'scroll-marker' | 'scroll-markers' | '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');
5920
5920
 
5921
5921
  /**
5922
5922
  * Shadow root type.