devtools-protocol 0.0.1124027 → 0.0.1129085
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/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -708,6 +708,8 @@ experimental domain Audits
|
|
708
708
|
InvalidHeader
|
709
709
|
InvalidRegisterTriggerHeader
|
710
710
|
InvalidEligibleHeader
|
711
|
+
# TODO(crbug.com/1431942): Remove this issue once DevTools stops
|
712
|
+
# referencing it
|
711
713
|
TooManyConcurrentRequests
|
712
714
|
SourceAndTriggerHeaders
|
713
715
|
SourceIgnored
|
@@ -1679,7 +1681,7 @@ experimental domain CSS
|
|
1679
1681
|
# Parent stylesheet's origin.
|
1680
1682
|
StyleSheetOrigin origin
|
1681
1683
|
# Associated style declaration.
|
1682
|
-
|
1684
|
+
CSSStyle style
|
1683
1685
|
|
1684
1686
|
# CSS position-fallback rule representation.
|
1685
1687
|
type CSSPositionFallbackRule extends object
|