devtools-protocol 0.0.995287 → 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 +34 -8
- package/package.json +1 -1
- package/pdl/browser_protocol.pdl +40 -5
- package/types/protocol.d.ts +10 -9
@@ -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
|
{
|
@@ -15020,6 +15051,7 @@
|
|
15020
15051
|
"interest-cohort",
|
15021
15052
|
"join-ad-interest-group",
|
15022
15053
|
"keyboard-map",
|
15054
|
+
"local-fonts",
|
15023
15055
|
"magnetometer",
|
15024
15056
|
"microphone",
|
15025
15057
|
"midi",
|
@@ -16602,16 +16634,10 @@
|
|
16602
16634
|
},
|
16603
16635
|
{
|
16604
16636
|
"name": "pageRanges",
|
16605
|
-
"description": "Paper ranges to print, e.g., '1-5, 8, 11-13'.
|
16637
|
+
"description": "Paper ranges to print, one based, e.g., '1-5, 8, 11-13'. Pages are\nprinted in the document order, not in the order specified, and no\nmore than once.\nDefaults to empty string, which implies the entire document is printed.\nThe page numbers are quietly capped to actual page count of the\ndocument, and ranges beyond the end of the document are ignored.\nIf this results in no pages to print, an error is reported.\nIt is an error to specify a range with start greater than end.",
|
16606
16638
|
"optional": true,
|
16607
16639
|
"type": "string"
|
16608
16640
|
},
|
16609
|
-
{
|
16610
|
-
"name": "ignoreInvalidPageRanges",
|
16611
|
-
"description": "Whether to silently ignore invalid but successfully parsed page ranges, such as '3-2'.\nDefaults to false.",
|
16612
|
-
"optional": true,
|
16613
|
-
"type": "boolean"
|
16614
|
-
},
|
16615
16641
|
{
|
16616
16642
|
"name": "headerTemplate",
|
16617
16643
|
"description": "HTML template for the print header. Should be valid HTML markup with following\nclasses used to inject printing values into them:\n- `date`: formatted print date\n- `title`: document title\n- `url`: document location\n- `pageNumber`: current page number\n- `totalPages`: total pages in the document\n\nFor example, `<span class=title></span>` would generate span containing the title.",
|
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:
|
@@ -7021,6 +7052,7 @@ domain Page
|
|
7021
7052
|
interest-cohort
|
7022
7053
|
join-ad-interest-group
|
7023
7054
|
keyboard-map
|
7055
|
+
local-fonts
|
7024
7056
|
magnetometer
|
7025
7057
|
microphone
|
7026
7058
|
midi
|
@@ -7645,12 +7677,15 @@ domain Page
|
|
7645
7677
|
optional number marginLeft
|
7646
7678
|
# Right margin in inches. Defaults to 1cm (~0.4 inches).
|
7647
7679
|
optional number marginRight
|
7648
|
-
# Paper ranges to print, e.g., '1-5, 8, 11-13'.
|
7649
|
-
#
|
7680
|
+
# Paper ranges to print, one based, e.g., '1-5, 8, 11-13'. Pages are
|
7681
|
+
# printed in the document order, not in the order specified, and no
|
7682
|
+
# more than once.
|
7683
|
+
# Defaults to empty string, which implies the entire document is printed.
|
7684
|
+
# The page numbers are quietly capped to actual page count of the
|
7685
|
+
# document, and ranges beyond the end of the document are ignored.
|
7686
|
+
# If this results in no pages to print, an error is reported.
|
7687
|
+
# It is an error to specify a range with start greater than end.
|
7650
7688
|
optional string pageRanges
|
7651
|
-
# Whether to silently ignore invalid but successfully parsed page ranges, such as '3-2'.
|
7652
|
-
# Defaults to false.
|
7653
|
-
optional boolean ignoreInvalidPageRanges
|
7654
7689
|
# HTML template for the print header. Should be valid HTML markup with following
|
7655
7690
|
# classes used to inject printing values into them:
|
7656
7691
|
# - `date`: formatted print date
|
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.
|
@@ -12085,7 +12085,7 @@ export namespace Protocol {
|
|
12085
12085
|
* All Permissions Policy features. This enum should match the one defined
|
12086
12086
|
* in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
|
12087
12087
|
*/
|
12088
|
-
export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'browsing-topics' | 'camera' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-partitioned-cookies' | 'ch-prefers-color-scheme' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-full' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-reduced' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | 'cross-origin-isolated' | 'direct-sockets' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'magnetometer' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'storage-access-api' | 'sync-xhr' | 'trust-token-redemption' | 'usb' | 'vertical-scroll' | 'web-share' | 'window-placement' | 'xr-spatial-tracking');
|
12088
|
+
export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'browsing-topics' | 'camera' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-partitioned-cookies' | 'ch-prefers-color-scheme' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-full' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-reduced' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | 'cross-origin-isolated' | 'direct-sockets' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'local-fonts' | 'magnetometer' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'storage-access-api' | 'sync-xhr' | 'trust-token-redemption' | 'usb' | 'vertical-scroll' | 'web-share' | 'window-placement' | 'xr-spatial-tracking');
|
12089
12089
|
|
12090
12090
|
/**
|
12091
12091
|
* Reason for a permissions policy feature to be disabled.
|
@@ -12965,15 +12965,16 @@ export namespace Protocol {
|
|
12965
12965
|
*/
|
12966
12966
|
marginRight?: number;
|
12967
12967
|
/**
|
12968
|
-
* Paper ranges to print, e.g., '1-5, 8, 11-13'.
|
12969
|
-
*
|
12968
|
+
* Paper ranges to print, one based, e.g., '1-5, 8, 11-13'. Pages are
|
12969
|
+
* printed in the document order, not in the order specified, and no
|
12970
|
+
* more than once.
|
12971
|
+
* Defaults to empty string, which implies the entire document is printed.
|
12972
|
+
* The page numbers are quietly capped to actual page count of the
|
12973
|
+
* document, and ranges beyond the end of the document are ignored.
|
12974
|
+
* If this results in no pages to print, an error is reported.
|
12975
|
+
* It is an error to specify a range with start greater than end.
|
12970
12976
|
*/
|
12971
12977
|
pageRanges?: string;
|
12972
|
-
/**
|
12973
|
-
* Whether to silently ignore invalid but successfully parsed page ranges, such as '3-2'.
|
12974
|
-
* Defaults to false.
|
12975
|
-
*/
|
12976
|
-
ignoreInvalidPageRanges?: boolean;
|
12977
12978
|
/**
|
12978
12979
|
* HTML template for the print header. Should be valid HTML markup with following
|
12979
12980
|
* classes used to inject printing values into them:
|