devtools-protocol 0.0.1619965 → 0.0.1621552
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.
- package/json/browser_protocol.json +1 -1
- package/package.json +1 -1
- package/pdl/domains/DOM.pdl +1 -1
- package/types/protocol.d.ts +1 -1
package/package.json
CHANGED
package/pdl/domains/DOM.pdl
CHANGED
package/types/protocol.d.ts
CHANGED
|
@@ -6914,7 +6914,7 @@ export namespace Protocol {
|
|
|
6914
6914
|
/**
|
|
6915
6915
|
* Pseudo element type.
|
|
6916
6916
|
*/
|
|
6917
|
-
export type PseudoType = ('first-line' | 'first-letter' | 'checkmark' | 'before' | 'after' | 'expand-icon' | 'picker-icon' | 'interest-
|
|
6917
|
+
export type PseudoType = ('first-line' | 'first-letter' | 'checkmark' | 'before' | 'after' | 'expand-icon' | 'picker-icon' | 'interest-button' | 'marker' | 'backdrop' | 'column' | 'selection' | 'search-text' | 'target-text' | 'spelling-error' | 'grammar-error' | 'highlight' | 'first-line-inherited' | 'scroll-marker' | 'scroll-marker-group' | 'scroll-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-group-children' | 'view-transition-old' | 'view-transition-new' | 'placeholder' | 'file-selector-button' | 'details-content' | 'picker' | 'permission-icon' | 'overscroll-area-parent');
|
|
6918
6918
|
|
|
6919
6919
|
/**
|
|
6920
6920
|
* Shadow root type.
|