devtools-protocol 0.0.1025007 → 0.0.1025565

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.
@@ -1560,7 +1560,6 @@
1560
1560
  "DeprecationExample",
1561
1561
  "DocumentDomainSettingWithoutOriginAgentClusterHeader",
1562
1562
  "EventPath",
1563
- "ExpectCTHeader",
1564
1563
  "GeolocationInsecureOrigin",
1565
1564
  "GeolocationInsecureOriginDeprecatedNotRemoved",
1566
1565
  "GetUserMediaInsecureOrigin",
@@ -11132,6 +11131,17 @@
11132
11131
  "name": "certificateTransparencyCompliance",
11133
11132
  "description": "Whether the request complied with Certificate Transparency policy",
11134
11133
  "$ref": "CertificateTransparencyCompliance"
11134
+ },
11135
+ {
11136
+ "name": "serverSignatureAlgorithm",
11137
+ "description": "The signature algorithm used by the server in the TLS server signature,\nrepresented as a TLS SignatureScheme code point. Omitted if not\napplicable or not known.",
11138
+ "optional": true,
11139
+ "type": "integer"
11140
+ },
11141
+ {
11142
+ "name": "encryptedClientHello",
11143
+ "description": "Whether the connection used Encrypted ClientHello",
11144
+ "type": "boolean"
11135
11145
  }
11136
11146
  ]
11137
11147
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1025007",
3
+ "version": "0.0.1025565",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -754,7 +754,6 @@ experimental domain Audits
754
754
  DeprecationExample
755
755
  DocumentDomainSettingWithoutOriginAgentClusterHeader
756
756
  EventPath
757
- ExpectCTHeader
758
757
  GeolocationInsecureOrigin
759
758
  GeolocationInsecureOriginDeprecatedNotRemoved
760
759
  GetUserMediaInsecureOrigin
@@ -5105,6 +5104,12 @@ domain Network
5105
5104
  array of SignedCertificateTimestamp signedCertificateTimestampList
5106
5105
  # Whether the request complied with Certificate Transparency policy
5107
5106
  CertificateTransparencyCompliance certificateTransparencyCompliance
5107
+ # The signature algorithm used by the server in the TLS server signature,
5108
+ # represented as a TLS SignatureScheme code point. Omitted if not
5109
+ # applicable or not known.
5110
+ optional integer serverSignatureAlgorithm
5111
+ # Whether the connection used Encrypted ClientHello
5112
+ boolean encryptedClientHello
5108
5113
 
5109
5114
  # Whether the request complied with Certificate Transparency policy.
5110
5115
  type CertificateTransparencyCompliance extends string
@@ -3417,7 +3417,7 @@ export namespace Protocol {
3417
3417
  frameId?: Page.FrameId;
3418
3418
  }
3419
3419
 
3420
- export type DeprecationIssueType = ('AuthorizationCoveredByWildcard' | 'CanRequestURLHTTPContainingNewline' | 'ChromeLoadTimesConnectionInfo' | 'ChromeLoadTimesFirstPaintAfterLoadTime' | 'ChromeLoadTimesWasAlternateProtocolAvailable' | 'CookieWithTruncatingChar' | 'CrossOriginAccessBasedOnDocumentDomain' | 'CrossOriginWindowAlert' | 'CrossOriginWindowConfirm' | 'CSSSelectorInternalMediaControlsOverlayCastButton' | 'DeprecationExample' | 'DocumentDomainSettingWithoutOriginAgentClusterHeader' | 'EventPath' | 'ExpectCTHeader' | 'GeolocationInsecureOrigin' | 'GeolocationInsecureOriginDeprecatedNotRemoved' | 'GetUserMediaInsecureOrigin' | 'HostCandidateAttributeGetter' | 'IdentityInCanMakePaymentEvent' | 'InsecurePrivateNetworkSubresourceRequest' | 'LegacyConstraintGoogIPv6' | 'LocalCSSFileExtensionRejected' | 'MediaSourceAbortRemove' | 'MediaSourceDurationTruncatingBuffered' | 'NoSysexWebMIDIWithoutPermission' | 'NotificationInsecureOrigin' | 'NotificationPermissionRequestedIframe' | 'ObsoleteWebRtcCipherSuite' | 'OpenWebDatabaseInsecureContext' | 'PictureSourceSrc' | 'PrefixedCancelAnimationFrame' | 'PrefixedRequestAnimationFrame' | 'PrefixedStorageInfo' | 'PrefixedVideoDisplayingFullscreen' | 'PrefixedVideoEnterFullscreen' | 'PrefixedVideoEnterFullScreen' | 'PrefixedVideoExitFullscreen' | 'PrefixedVideoExitFullScreen' | 'PrefixedVideoSupportsFullscreen' | 'RangeExpand' | 'RequestedSubresourceWithEmbeddedCredentials' | 'RTCConstraintEnableDtlsSrtpFalse' | 'RTCConstraintEnableDtlsSrtpTrue' | 'RTCPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics' | 'RTCPeerConnectionSdpSemanticsPlanB' | 'RtcpMuxPolicyNegotiate' | 'SharedArrayBufferConstructedWithoutIsolation' | 'TextToSpeech_DisallowedByAutoplay' | 'V8SharedArrayBufferConstructedInExtensionWithoutIsolation' | 'XHRJSONEncodingDetection' | 'XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload' | 'XRSupportsSession');
3420
+ export type DeprecationIssueType = ('AuthorizationCoveredByWildcard' | 'CanRequestURLHTTPContainingNewline' | 'ChromeLoadTimesConnectionInfo' | 'ChromeLoadTimesFirstPaintAfterLoadTime' | 'ChromeLoadTimesWasAlternateProtocolAvailable' | 'CookieWithTruncatingChar' | 'CrossOriginAccessBasedOnDocumentDomain' | 'CrossOriginWindowAlert' | 'CrossOriginWindowConfirm' | 'CSSSelectorInternalMediaControlsOverlayCastButton' | 'DeprecationExample' | 'DocumentDomainSettingWithoutOriginAgentClusterHeader' | 'EventPath' | 'GeolocationInsecureOrigin' | 'GeolocationInsecureOriginDeprecatedNotRemoved' | 'GetUserMediaInsecureOrigin' | 'HostCandidateAttributeGetter' | 'IdentityInCanMakePaymentEvent' | 'InsecurePrivateNetworkSubresourceRequest' | 'LegacyConstraintGoogIPv6' | 'LocalCSSFileExtensionRejected' | 'MediaSourceAbortRemove' | 'MediaSourceDurationTruncatingBuffered' | 'NoSysexWebMIDIWithoutPermission' | 'NotificationInsecureOrigin' | 'NotificationPermissionRequestedIframe' | 'ObsoleteWebRtcCipherSuite' | 'OpenWebDatabaseInsecureContext' | 'PictureSourceSrc' | 'PrefixedCancelAnimationFrame' | 'PrefixedRequestAnimationFrame' | 'PrefixedStorageInfo' | 'PrefixedVideoDisplayingFullscreen' | 'PrefixedVideoEnterFullscreen' | 'PrefixedVideoEnterFullScreen' | 'PrefixedVideoExitFullscreen' | 'PrefixedVideoExitFullScreen' | 'PrefixedVideoSupportsFullscreen' | 'RangeExpand' | 'RequestedSubresourceWithEmbeddedCredentials' | 'RTCConstraintEnableDtlsSrtpFalse' | 'RTCConstraintEnableDtlsSrtpTrue' | 'RTCPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics' | 'RTCPeerConnectionSdpSemanticsPlanB' | 'RtcpMuxPolicyNegotiate' | 'SharedArrayBufferConstructedWithoutIsolation' | 'TextToSpeech_DisallowedByAutoplay' | 'V8SharedArrayBufferConstructedInExtensionWithoutIsolation' | 'XHRJSONEncodingDetection' | 'XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload' | 'XRSupportsSession');
3421
3421
 
3422
3422
  /**
3423
3423
  * This issue tracks information needed to print a deprecation message.
@@ -9550,6 +9550,16 @@ export namespace Protocol {
9550
9550
  * Whether the request complied with Certificate Transparency policy
9551
9551
  */
9552
9552
  certificateTransparencyCompliance: CertificateTransparencyCompliance;
9553
+ /**
9554
+ * The signature algorithm used by the server in the TLS server signature,
9555
+ * represented as a TLS SignatureScheme code point. Omitted if not
9556
+ * applicable or not known.
9557
+ */
9558
+ serverSignatureAlgorithm?: integer;
9559
+ /**
9560
+ * Whether the connection used Encrypted ClientHello
9561
+ */
9562
+ encryptedClientHello: boolean;
9553
9563
  }
9554
9564
 
9555
9565
  /**