devtools-protocol 0.0.1004052 → 0.0.1004730

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.
@@ -1568,7 +1568,6 @@
1568
1568
  "InsecurePrivateNetworkSubresourceRequest",
1569
1569
  "LegacyConstraintGoogIPv6",
1570
1570
  "LocalCSSFileExtensionRejected",
1571
- "MediaElementAudioSourceNode",
1572
1571
  "MediaSourceAbortRemove",
1573
1572
  "MediaSourceDurationTruncatingBuffered",
1574
1573
  "NoSysexWebMIDIWithoutPermission",
@@ -1576,7 +1575,6 @@
1576
1575
  "NotificationPermissionRequestedIframe",
1577
1576
  "ObsoleteWebRtcCipherSuite",
1578
1577
  "PaymentRequestBasicCard",
1579
- "PaymentRequestShowWithoutGesture",
1580
1578
  "PictureSourceSrc",
1581
1579
  "PrefixedCancelAnimationFrame",
1582
1580
  "PrefixedRequestAnimationFrame",
@@ -4804,6 +4802,11 @@
4804
4802
  "name": "compatibilityMode",
4805
4803
  "optional": true,
4806
4804
  "$ref": "CompatibilityMode"
4805
+ },
4806
+ {
4807
+ "name": "assignedSlot",
4808
+ "optional": true,
4809
+ "$ref": "BackendNode"
4807
4810
  }
4808
4811
  ]
4809
4812
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1004052",
3
+ "version": "0.0.1004730",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -762,7 +762,6 @@ experimental domain Audits
762
762
  InsecurePrivateNetworkSubresourceRequest
763
763
  LegacyConstraintGoogIPv6
764
764
  LocalCSSFileExtensionRejected
765
- MediaElementAudioSourceNode
766
765
  MediaSourceAbortRemove
767
766
  MediaSourceDurationTruncatingBuffered
768
767
  NoSysexWebMIDIWithoutPermission
@@ -770,7 +769,6 @@ experimental domain Audits
770
769
  NotificationPermissionRequestedIframe
771
770
  ObsoleteWebRtcCipherSuite
772
771
  PaymentRequestBasicCard
773
- PaymentRequestShowWithoutGesture
774
772
  PictureSourceSrc
775
773
  PrefixedCancelAnimationFrame
776
774
  PrefixedRequestAnimationFrame
@@ -2274,6 +2272,7 @@ domain DOM
2274
2272
  # Whether the node is SVG.
2275
2273
  optional boolean isSVG
2276
2274
  optional CompatibilityMode compatibilityMode
2275
+ optional BackendNode assignedSlot
2277
2276
 
2278
2277
  # A structure holding an RGBA color.
2279
2278
  type RGBA extends object
@@ -3378,7 +3378,7 @@ export namespace Protocol {
3378
3378
  frameId?: Page.FrameId;
3379
3379
  }
3380
3380
 
3381
- export type DeprecationIssueType = ('AuthorizationCoveredByWildcard' | 'CanRequestURLHTTPContainingNewline' | 'ChromeLoadTimesConnectionInfo' | 'ChromeLoadTimesFirstPaintAfterLoadTime' | 'ChromeLoadTimesWasAlternateProtocolAvailable' | 'CookieWithTruncatingChar' | 'CrossOriginAccessBasedOnDocumentDomain' | 'CrossOriginWindowAlert' | 'CrossOriginWindowConfirm' | 'CSSSelectorInternalMediaControlsOverlayCastButton' | 'CustomCursorIntersectsViewport' | 'DeprecationExample' | 'DocumentDomainSettingWithoutOriginAgentClusterHeader' | 'EventPath' | 'GeolocationInsecureOrigin' | 'GeolocationInsecureOriginDeprecatedNotRemoved' | 'GetUserMediaInsecureOrigin' | 'HostCandidateAttributeGetter' | 'InsecurePrivateNetworkSubresourceRequest' | 'LegacyConstraintGoogIPv6' | 'LocalCSSFileExtensionRejected' | 'MediaElementAudioSourceNode' | 'MediaSourceAbortRemove' | 'MediaSourceDurationTruncatingBuffered' | 'NoSysexWebMIDIWithoutPermission' | 'NotificationInsecureOrigin' | 'NotificationPermissionRequestedIframe' | 'ObsoleteWebRtcCipherSuite' | 'PaymentRequestBasicCard' | 'PaymentRequestShowWithoutGesture' | 'PictureSourceSrc' | 'PrefixedCancelAnimationFrame' | 'PrefixedRequestAnimationFrame' | 'PrefixedStorageInfo' | 'PrefixedVideoDisplayingFullscreen' | 'PrefixedVideoEnterFullscreen' | 'PrefixedVideoEnterFullScreen' | 'PrefixedVideoExitFullscreen' | 'PrefixedVideoExitFullScreen' | 'PrefixedVideoSupportsFullscreen' | 'RangeExpand' | 'RequestedSubresourceWithEmbeddedCredentials' | 'RTCConstraintEnableDtlsSrtpFalse' | 'RTCConstraintEnableDtlsSrtpTrue' | 'RTCPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics' | 'RTCPeerConnectionSdpSemanticsPlanB' | 'RtcpMuxPolicyNegotiate' | 'RTPDataChannel' | 'SharedArrayBufferConstructedWithoutIsolation' | 'TextToSpeech_DisallowedByAutoplay' | 'V8SharedArrayBufferConstructedInExtensionWithoutIsolation' | 'XHRJSONEncodingDetection' | 'XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload' | 'XRSupportsSession');
3381
+ export type DeprecationIssueType = ('AuthorizationCoveredByWildcard' | 'CanRequestURLHTTPContainingNewline' | 'ChromeLoadTimesConnectionInfo' | 'ChromeLoadTimesFirstPaintAfterLoadTime' | 'ChromeLoadTimesWasAlternateProtocolAvailable' | 'CookieWithTruncatingChar' | 'CrossOriginAccessBasedOnDocumentDomain' | 'CrossOriginWindowAlert' | 'CrossOriginWindowConfirm' | 'CSSSelectorInternalMediaControlsOverlayCastButton' | 'CustomCursorIntersectsViewport' | 'DeprecationExample' | 'DocumentDomainSettingWithoutOriginAgentClusterHeader' | 'EventPath' | 'GeolocationInsecureOrigin' | 'GeolocationInsecureOriginDeprecatedNotRemoved' | 'GetUserMediaInsecureOrigin' | 'HostCandidateAttributeGetter' | 'InsecurePrivateNetworkSubresourceRequest' | 'LegacyConstraintGoogIPv6' | 'LocalCSSFileExtensionRejected' | 'MediaSourceAbortRemove' | 'MediaSourceDurationTruncatingBuffered' | 'NoSysexWebMIDIWithoutPermission' | 'NotificationInsecureOrigin' | 'NotificationPermissionRequestedIframe' | 'ObsoleteWebRtcCipherSuite' | 'PaymentRequestBasicCard' | 'PictureSourceSrc' | 'PrefixedCancelAnimationFrame' | 'PrefixedRequestAnimationFrame' | 'PrefixedStorageInfo' | 'PrefixedVideoDisplayingFullscreen' | 'PrefixedVideoEnterFullscreen' | 'PrefixedVideoEnterFullScreen' | 'PrefixedVideoExitFullscreen' | 'PrefixedVideoExitFullScreen' | 'PrefixedVideoSupportsFullscreen' | 'RangeExpand' | 'RequestedSubresourceWithEmbeddedCredentials' | 'RTCConstraintEnableDtlsSrtpFalse' | 'RTCConstraintEnableDtlsSrtpTrue' | 'RTCPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics' | 'RTCPeerConnectionSdpSemanticsPlanB' | 'RtcpMuxPolicyNegotiate' | 'RTPDataChannel' | 'SharedArrayBufferConstructedWithoutIsolation' | 'TextToSpeech_DisallowedByAutoplay' | 'V8SharedArrayBufferConstructedInExtensionWithoutIsolation' | 'XHRJSONEncodingDetection' | 'XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload' | 'XRSupportsSession');
3382
3382
 
3383
3383
  /**
3384
3384
  * This issue tracks information needed to print a deprecation message.
@@ -5381,6 +5381,7 @@ export namespace Protocol {
5381
5381
  */
5382
5382
  isSVG?: boolean;
5383
5383
  compatibilityMode?: CompatibilityMode;
5384
+ assignedSlot?: BackendNode;
5384
5385
  }
5385
5386
 
5386
5387
  /**