devtools-protocol 0.0.995853 → 0.0.996285
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 +32 -1
- package/package.json +1 -1
- package/pdl/browser_protocol.pdl +31 -0
- package/types/protocol.d.ts +1 -1
@@ -1550,36 +1550,67 @@
|
|
1550
1550
|
"type": "string",
|
1551
1551
|
"enum": [
|
1552
1552
|
"AuthorizationCoveredByWildcard",
|
1553
|
+
"BatteryStatusInsecureOrigin",
|
1554
|
+
"CanRequestURLHTTPContainingNewline",
|
1555
|
+
"ChromeLoadTimesConnectionInfo",
|
1556
|
+
"ChromeLoadTimesFirstPaintAfterLoadTime",
|
1557
|
+
"ChromeLoadTimesWasAlternateProtocolAvailable",
|
1553
1558
|
"CookieWithTruncatingChar",
|
1554
1559
|
"CrossOriginAccessBasedOnDocumentDomain",
|
1555
1560
|
"CrossOriginWindowAlert",
|
1556
1561
|
"CrossOriginWindowConfirm",
|
1562
|
+
"CSSSelectorInternalMediaControlsOverlayCastButton",
|
1563
|
+
"CustomCursorIntersectsViewport",
|
1557
1564
|
"DeprecationExample",
|
1558
1565
|
"DocumentDomainSettingWithoutOriginAgentClusterHeader",
|
1566
|
+
"EventPath",
|
1559
1567
|
"GeolocationInsecureOrigin",
|
1560
1568
|
"GeolocationInsecureOriginDeprecatedNotRemoved",
|
1561
1569
|
"GetUserMediaInsecureOrigin",
|
1570
|
+
"HostCandidateAttributeGetter",
|
1571
|
+
"InsecurePrivateNetworkSubresourceRequest",
|
1562
1572
|
"LegacyConstraintGoogCpuOveruseDetection",
|
1563
1573
|
"LegacyConstraintGoogIPv6",
|
1564
1574
|
"LegacyConstraintGoogScreencastMinBitrate",
|
1565
1575
|
"LegacyConstraintGoogSuspendBelowMinBitrate",
|
1566
1576
|
"LocalCSSFileExtensionRejected",
|
1577
|
+
"MediaElementAudioSourceNode",
|
1578
|
+
"MediaSourceAbortRemove",
|
1579
|
+
"MediaSourceDurationTruncatingBuffered",
|
1580
|
+
"NoSysexWebMIDIWithoutPermission",
|
1567
1581
|
"NotificationInsecureOrigin",
|
1582
|
+
"NotificationPermissionRequestedIframe",
|
1568
1583
|
"ObsoleteWebRtcCipherSuite",
|
1584
|
+
"PaymentRequestBasicCard",
|
1585
|
+
"PaymentRequestShowWithoutGesture",
|
1569
1586
|
"PictureSourceSrc",
|
1570
1587
|
"PrefixedCancelAnimationFrame",
|
1571
1588
|
"PrefixedRequestAnimationFrame",
|
1589
|
+
"PrefixedStorageInfo",
|
1590
|
+
"PrefixedVideoDisplayingFullscreen",
|
1591
|
+
"PrefixedVideoEnterFullscreen",
|
1592
|
+
"PrefixedVideoEnterFullScreen",
|
1593
|
+
"PrefixedVideoExitFullscreen",
|
1594
|
+
"PrefixedVideoExitFullScreen",
|
1595
|
+
"PrefixedVideoSupportsFullscreen",
|
1596
|
+
"RangeExpand",
|
1597
|
+
"RequestedSubresourceWithEmbeddedCredentials",
|
1572
1598
|
"RTCConstraintEnableDtlsSrtpFalse",
|
1573
1599
|
"RTCConstraintEnableDtlsSrtpTrue",
|
1574
1600
|
"RTCPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics",
|
1575
1601
|
"RTCPeerConnectionLegacyCreateWithMediaConstraints",
|
1602
|
+
"RTCPeerConnectionSdpSemanticsPlanB",
|
1603
|
+
"RtcpMuxPolicyNegotiate",
|
1576
1604
|
"RTPDataChannel",
|
1605
|
+
"SelectionAddRangeIntersect",
|
1577
1606
|
"SharedArrayBufferConstructedWithoutIsolation",
|
1607
|
+
"TextToSpeech_DisallowedByAutoplay",
|
1578
1608
|
"Untranslated",
|
1579
1609
|
"V8SharedArrayBufferConstructedInExtensionWithoutIsolation",
|
1580
1610
|
"WebCodecsVideoFrameDefaultTimestamp",
|
1581
1611
|
"XHRJSONEncodingDetection",
|
1582
|
-
"XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload"
|
1612
|
+
"XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload",
|
1613
|
+
"XRSupportsSession"
|
1583
1614
|
]
|
1584
1615
|
},
|
1585
1616
|
{
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -744,36 +744,67 @@ experimental domain Audits
|
|
744
744
|
type DeprecationIssueType extends string
|
745
745
|
enum
|
746
746
|
AuthorizationCoveredByWildcard
|
747
|
+
BatteryStatusInsecureOrigin
|
748
|
+
CanRequestURLHTTPContainingNewline
|
749
|
+
ChromeLoadTimesConnectionInfo
|
750
|
+
ChromeLoadTimesFirstPaintAfterLoadTime
|
751
|
+
ChromeLoadTimesWasAlternateProtocolAvailable
|
747
752
|
CookieWithTruncatingChar
|
748
753
|
CrossOriginAccessBasedOnDocumentDomain
|
749
754
|
CrossOriginWindowAlert
|
750
755
|
CrossOriginWindowConfirm
|
756
|
+
CSSSelectorInternalMediaControlsOverlayCastButton
|
757
|
+
CustomCursorIntersectsViewport
|
751
758
|
DeprecationExample
|
752
759
|
DocumentDomainSettingWithoutOriginAgentClusterHeader
|
760
|
+
EventPath
|
753
761
|
GeolocationInsecureOrigin
|
754
762
|
GeolocationInsecureOriginDeprecatedNotRemoved
|
755
763
|
GetUserMediaInsecureOrigin
|
764
|
+
HostCandidateAttributeGetter
|
765
|
+
InsecurePrivateNetworkSubresourceRequest
|
756
766
|
LegacyConstraintGoogCpuOveruseDetection
|
757
767
|
LegacyConstraintGoogIPv6
|
758
768
|
LegacyConstraintGoogScreencastMinBitrate
|
759
769
|
LegacyConstraintGoogSuspendBelowMinBitrate
|
760
770
|
LocalCSSFileExtensionRejected
|
771
|
+
MediaElementAudioSourceNode
|
772
|
+
MediaSourceAbortRemove
|
773
|
+
MediaSourceDurationTruncatingBuffered
|
774
|
+
NoSysexWebMIDIWithoutPermission
|
761
775
|
NotificationInsecureOrigin
|
776
|
+
NotificationPermissionRequestedIframe
|
762
777
|
ObsoleteWebRtcCipherSuite
|
778
|
+
PaymentRequestBasicCard
|
779
|
+
PaymentRequestShowWithoutGesture
|
763
780
|
PictureSourceSrc
|
764
781
|
PrefixedCancelAnimationFrame
|
765
782
|
PrefixedRequestAnimationFrame
|
783
|
+
PrefixedStorageInfo
|
784
|
+
PrefixedVideoDisplayingFullscreen
|
785
|
+
PrefixedVideoEnterFullscreen
|
786
|
+
PrefixedVideoEnterFullScreen
|
787
|
+
PrefixedVideoExitFullscreen
|
788
|
+
PrefixedVideoExitFullScreen
|
789
|
+
PrefixedVideoSupportsFullscreen
|
790
|
+
RangeExpand
|
791
|
+
RequestedSubresourceWithEmbeddedCredentials
|
766
792
|
RTCConstraintEnableDtlsSrtpFalse
|
767
793
|
RTCConstraintEnableDtlsSrtpTrue
|
768
794
|
RTCPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics
|
769
795
|
RTCPeerConnectionLegacyCreateWithMediaConstraints
|
796
|
+
RTCPeerConnectionSdpSemanticsPlanB
|
797
|
+
RtcpMuxPolicyNegotiate
|
770
798
|
RTPDataChannel
|
799
|
+
SelectionAddRangeIntersect
|
771
800
|
SharedArrayBufferConstructedWithoutIsolation
|
801
|
+
TextToSpeech_DisallowedByAutoplay
|
772
802
|
Untranslated
|
773
803
|
V8SharedArrayBufferConstructedInExtensionWithoutIsolation
|
774
804
|
WebCodecsVideoFrameDefaultTimestamp
|
775
805
|
XHRJSONEncodingDetection
|
776
806
|
XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload
|
807
|
+
XRSupportsSession
|
777
808
|
|
778
809
|
# This issue tracks information needed to print a deprecation message.
|
779
810
|
# The formatting is inherited from the old console.log version, see more at:
|
package/types/protocol.d.ts
CHANGED
@@ -3376,7 +3376,7 @@ export namespace Protocol {
|
|
3376
3376
|
frameId?: Page.FrameId;
|
3377
3377
|
}
|
3378
3378
|
|
3379
|
-
export type DeprecationIssueType = ('AuthorizationCoveredByWildcard' | 'CookieWithTruncatingChar' | 'CrossOriginAccessBasedOnDocumentDomain' | 'CrossOriginWindowAlert' | 'CrossOriginWindowConfirm' | 'DeprecationExample' | 'DocumentDomainSettingWithoutOriginAgentClusterHeader' | 'GeolocationInsecureOrigin' | 'GeolocationInsecureOriginDeprecatedNotRemoved' | 'GetUserMediaInsecureOrigin' | 'LegacyConstraintGoogCpuOveruseDetection' | 'LegacyConstraintGoogIPv6' | 'LegacyConstraintGoogScreencastMinBitrate' | 'LegacyConstraintGoogSuspendBelowMinBitrate' | 'LocalCSSFileExtensionRejected' | 'NotificationInsecureOrigin' | 'ObsoleteWebRtcCipherSuite' | 'PictureSourceSrc' | 'PrefixedCancelAnimationFrame' | 'PrefixedRequestAnimationFrame' | 'RTCConstraintEnableDtlsSrtpFalse' | 'RTCConstraintEnableDtlsSrtpTrue' | 'RTCPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics' | 'RTCPeerConnectionLegacyCreateWithMediaConstraints' | 'RTPDataChannel' | 'SharedArrayBufferConstructedWithoutIsolation' | 'Untranslated' | 'V8SharedArrayBufferConstructedInExtensionWithoutIsolation' | 'WebCodecsVideoFrameDefaultTimestamp' | 'XHRJSONEncodingDetection' | 'XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload');
|
3379
|
+
export type DeprecationIssueType = ('AuthorizationCoveredByWildcard' | 'BatteryStatusInsecureOrigin' | 'CanRequestURLHTTPContainingNewline' | 'ChromeLoadTimesConnectionInfo' | 'ChromeLoadTimesFirstPaintAfterLoadTime' | 'ChromeLoadTimesWasAlternateProtocolAvailable' | 'CookieWithTruncatingChar' | 'CrossOriginAccessBasedOnDocumentDomain' | 'CrossOriginWindowAlert' | 'CrossOriginWindowConfirm' | 'CSSSelectorInternalMediaControlsOverlayCastButton' | 'CustomCursorIntersectsViewport' | 'DeprecationExample' | 'DocumentDomainSettingWithoutOriginAgentClusterHeader' | 'EventPath' | 'GeolocationInsecureOrigin' | 'GeolocationInsecureOriginDeprecatedNotRemoved' | 'GetUserMediaInsecureOrigin' | 'HostCandidateAttributeGetter' | 'InsecurePrivateNetworkSubresourceRequest' | 'LegacyConstraintGoogCpuOveruseDetection' | 'LegacyConstraintGoogIPv6' | 'LegacyConstraintGoogScreencastMinBitrate' | 'LegacyConstraintGoogSuspendBelowMinBitrate' | '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' | 'RTCPeerConnectionLegacyCreateWithMediaConstraints' | 'RTCPeerConnectionSdpSemanticsPlanB' | 'RtcpMuxPolicyNegotiate' | 'RTPDataChannel' | 'SelectionAddRangeIntersect' | 'SharedArrayBufferConstructedWithoutIsolation' | 'TextToSpeech_DisallowedByAutoplay' | 'Untranslated' | 'V8SharedArrayBufferConstructedInExtensionWithoutIsolation' | 'WebCodecsVideoFrameDefaultTimestamp' | 'XHRJSONEncodingDetection' | 'XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload' | 'XRSupportsSession');
|
3380
3380
|
|
3381
3381
|
/**
|
3382
3382
|
* This issue tracks information needed to print a deprecation message.
|