devtools-protocol 0.0.995510 → 0.0.996622

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.
@@ -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",
@@ -15692,6 +15724,12 @@
15692
15724
  "description": "The fantasy font-family.",
15693
15725
  "optional": true,
15694
15726
  "type": "string"
15727
+ },
15728
+ {
15729
+ "name": "math",
15730
+ "description": "The math font-family.",
15731
+ "optional": true,
15732
+ "type": "string"
15695
15733
  }
15696
15734
  ]
15697
15735
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.995510",
3
+ "version": "0.0.996622",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -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
@@ -7325,6 +7357,8 @@ domain Page
7325
7357
  optional string cursive
7326
7358
  # The fantasy font-family.
7327
7359
  optional string fantasy
7360
+ # The math font-family.
7361
+ optional string math
7328
7362
 
7329
7363
  # Font families collection for a script.
7330
7364
  experimental type ScriptFontFamilies extends object
@@ -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.
@@ -12493,6 +12493,10 @@ export namespace Protocol {
12493
12493
  * The fantasy font-family.
12494
12494
  */
12495
12495
  fantasy?: string;
12496
+ /**
12497
+ * The math font-family.
12498
+ */
12499
+ math?: string;
12496
12500
  }
12497
12501
 
12498
12502
  /**