devtools-protocol 0.0.1092731 → 0.0.1094278
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 +13 -1
- package/package.json +1 -1
- package/pdl/browser_protocol.pdl +10 -0
- package/types/protocol.d.ts +14 -2
@@ -1592,6 +1592,7 @@
|
|
1592
1592
|
"NoSysexWebMIDIWithoutPermission",
|
1593
1593
|
"NotificationInsecureOrigin",
|
1594
1594
|
"NotificationPermissionRequestedIframe",
|
1595
|
+
"ObsoleteCreateImageBitmapImageOrientationNone",
|
1595
1596
|
"ObsoleteWebRtcCipherSuite",
|
1596
1597
|
"OpenWebDatabaseInsecureContext",
|
1597
1598
|
"OverflowVisibleOnReplacedElement",
|
@@ -8012,6 +8013,7 @@
|
|
8012
8013
|
"properties": [
|
8013
8014
|
{
|
8014
8015
|
"name": "brands",
|
8016
|
+
"description": "Brands appearing in Sec-CH-UA.",
|
8015
8017
|
"optional": true,
|
8016
8018
|
"type": "array",
|
8017
8019
|
"items": {
|
@@ -8020,6 +8022,7 @@
|
|
8020
8022
|
},
|
8021
8023
|
{
|
8022
8024
|
"name": "fullVersionList",
|
8025
|
+
"description": "Brands appearing in Sec-CH-UA-Full-Version-List.",
|
8023
8026
|
"optional": true,
|
8024
8027
|
"type": "array",
|
8025
8028
|
"items": {
|
@@ -16454,7 +16457,10 @@
|
|
16454
16457
|
"EmbedderHostDisallowed",
|
16455
16458
|
"ActivationNavigationDestroyedBeforeSuccess",
|
16456
16459
|
"TabClosedByUserGesture",
|
16457
|
-
"TabClosedWithoutUserGesture"
|
16460
|
+
"TabClosedWithoutUserGesture",
|
16461
|
+
"PrimaryMainFrameRendererProcessCrashed",
|
16462
|
+
"PrimaryMainFrameRendererProcessKilled",
|
16463
|
+
"ActivationFramePolicyNotCompatible"
|
16458
16464
|
]
|
16459
16465
|
}
|
16460
16466
|
],
|
@@ -22293,6 +22299,12 @@
|
|
22293
22299
|
"optional": true,
|
22294
22300
|
"type": "boolean"
|
22295
22301
|
},
|
22302
|
+
{
|
22303
|
+
"name": "hasPrf",
|
22304
|
+
"description": "If set to true, the authenticator will support the prf extension.\nhttps://w3c.github.io/webauthn/#prf-extension\nDefaults to false.",
|
22305
|
+
"optional": true,
|
22306
|
+
"type": "boolean"
|
22307
|
+
},
|
22296
22308
|
{
|
22297
22309
|
"name": "automaticPresenceSimulation",
|
22298
22310
|
"description": "If set to true, tests of user presence will succeed immediately.\nOtherwise, they will not be resolved. Defaults to true.",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -783,6 +783,7 @@ experimental domain Audits
|
|
783
783
|
NoSysexWebMIDIWithoutPermission
|
784
784
|
NotificationInsecureOrigin
|
785
785
|
NotificationPermissionRequestedIframe
|
786
|
+
ObsoleteCreateImageBitmapImageOrientationNone
|
786
787
|
ObsoleteWebRtcCipherSuite
|
787
788
|
OpenWebDatabaseInsecureContext
|
788
789
|
OverflowVisibleOnReplacedElement
|
@@ -3681,7 +3682,9 @@ domain Emulation
|
|
3681
3682
|
# Missing optional values will be filled in by the target with what it would normally use.
|
3682
3683
|
experimental type UserAgentMetadata extends object
|
3683
3684
|
properties
|
3685
|
+
# Brands appearing in Sec-CH-UA.
|
3684
3686
|
optional array of UserAgentBrandVersion brands
|
3687
|
+
# Brands appearing in Sec-CH-UA-Full-Version-List.
|
3685
3688
|
optional array of UserAgentBrandVersion fullVersionList
|
3686
3689
|
deprecated optional string fullVersion
|
3687
3690
|
string platform
|
@@ -8566,6 +8569,9 @@ domain Page
|
|
8566
8569
|
ActivationNavigationDestroyedBeforeSuccess
|
8567
8570
|
TabClosedByUserGesture
|
8568
8571
|
TabClosedWithoutUserGesture
|
8572
|
+
PrimaryMainFrameRendererProcessCrashed
|
8573
|
+
PrimaryMainFrameRendererProcessKilled
|
8574
|
+
ActivationFramePolicyNotCompatible
|
8569
8575
|
|
8570
8576
|
# Fired when a prerender attempt is completed.
|
8571
8577
|
experimental event prerenderAttemptCompleted
|
@@ -10550,6 +10556,10 @@ experimental domain WebAuthn
|
|
10550
10556
|
# https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#sctn-minpinlength-extension
|
10551
10557
|
# Defaults to false.
|
10552
10558
|
optional boolean hasMinPinLength
|
10559
|
+
# If set to true, the authenticator will support the prf extension.
|
10560
|
+
# https://w3c.github.io/webauthn/#prf-extension
|
10561
|
+
# Defaults to false.
|
10562
|
+
optional boolean hasPrf
|
10553
10563
|
# If set to true, tests of user presence will succeed immediately.
|
10554
10564
|
# Otherwise, they will not be resolved. Defaults to true.
|
10555
10565
|
optional boolean automaticPresenceSimulation
|
package/types/protocol.d.ts
CHANGED
@@ -3456,7 +3456,7 @@ export namespace Protocol {
|
|
3456
3456
|
violatingNodeId?: DOM.BackendNodeId;
|
3457
3457
|
}
|
3458
3458
|
|
3459
|
-
export type DeprecationIssueType = ('AuthorizationCoveredByWildcard' | 'CanRequestURLHTTPContainingNewline' | 'ChromeLoadTimesConnectionInfo' | 'ChromeLoadTimesFirstPaintAfterLoadTime' | 'ChromeLoadTimesWasAlternateProtocolAvailable' | 'CookieWithTruncatingChar' | 'CrossOriginAccessBasedOnDocumentDomain' | 'CrossOriginWindowAlert' | 'CrossOriginWindowConfirm' | 'CSSSelectorInternalMediaControlsOverlayCastButton' | 'DeprecationExample' | 'DocumentDomainSettingWithoutOriginAgentClusterHeader' | 'EventPath' | 'ExpectCTHeader' | 'GeolocationInsecureOrigin' | 'GeolocationInsecureOriginDeprecatedNotRemoved' | 'GetUserMediaInsecureOrigin' | 'HostCandidateAttributeGetter' | 'IdentityInCanMakePaymentEvent' | 'InsecurePrivateNetworkSubresourceRequest' | 'LocalCSSFileExtensionRejected' | 'MediaSourceAbortRemove' | 'MediaSourceDurationTruncatingBuffered' | 'NoSysexWebMIDIWithoutPermission' | 'NotificationInsecureOrigin' | 'NotificationPermissionRequestedIframe' | 'ObsoleteWebRtcCipherSuite' | 'OpenWebDatabaseInsecureContext' | 'OverflowVisibleOnReplacedElement' | 'PaymentInstruments' | 'PaymentRequestCSPViolation' | 'PersistentQuotaType' | 'PictureSourceSrc' | 'PrefixedCancelAnimationFrame' | 'PrefixedRequestAnimationFrame' | 'PrefixedStorageInfo' | 'PrefixedVideoDisplayingFullscreen' | 'PrefixedVideoEnterFullscreen' | 'PrefixedVideoEnterFullScreen' | 'PrefixedVideoExitFullscreen' | 'PrefixedVideoExitFullScreen' | 'PrefixedVideoSupportsFullscreen' | 'RangeExpand' | 'RequestedSubresourceWithEmbeddedCredentials' | 'RTCConstraintEnableDtlsSrtpFalse' | 'RTCConstraintEnableDtlsSrtpTrue' | 'RTCPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics' | 'RTCPeerConnectionSdpSemanticsPlanB' | 'RtcpMuxPolicyNegotiate' | 'SharedArrayBufferConstructedWithoutIsolation' | 'TextToSpeech_DisallowedByAutoplay' | 'V8SharedArrayBufferConstructedInExtensionWithoutIsolation' | 'XHRJSONEncodingDetection' | 'XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload' | 'XRSupportsSession');
|
3459
|
+
export type DeprecationIssueType = ('AuthorizationCoveredByWildcard' | 'CanRequestURLHTTPContainingNewline' | 'ChromeLoadTimesConnectionInfo' | 'ChromeLoadTimesFirstPaintAfterLoadTime' | 'ChromeLoadTimesWasAlternateProtocolAvailable' | 'CookieWithTruncatingChar' | 'CrossOriginAccessBasedOnDocumentDomain' | 'CrossOriginWindowAlert' | 'CrossOriginWindowConfirm' | 'CSSSelectorInternalMediaControlsOverlayCastButton' | 'DeprecationExample' | 'DocumentDomainSettingWithoutOriginAgentClusterHeader' | 'EventPath' | 'ExpectCTHeader' | 'GeolocationInsecureOrigin' | 'GeolocationInsecureOriginDeprecatedNotRemoved' | 'GetUserMediaInsecureOrigin' | 'HostCandidateAttributeGetter' | 'IdentityInCanMakePaymentEvent' | 'InsecurePrivateNetworkSubresourceRequest' | 'LocalCSSFileExtensionRejected' | 'MediaSourceAbortRemove' | 'MediaSourceDurationTruncatingBuffered' | 'NoSysexWebMIDIWithoutPermission' | 'NotificationInsecureOrigin' | 'NotificationPermissionRequestedIframe' | 'ObsoleteCreateImageBitmapImageOrientationNone' | 'ObsoleteWebRtcCipherSuite' | 'OpenWebDatabaseInsecureContext' | 'OverflowVisibleOnReplacedElement' | 'PaymentInstruments' | 'PaymentRequestCSPViolation' | 'PersistentQuotaType' | 'PictureSourceSrc' | 'PrefixedCancelAnimationFrame' | 'PrefixedRequestAnimationFrame' | 'PrefixedStorageInfo' | 'PrefixedVideoDisplayingFullscreen' | 'PrefixedVideoEnterFullscreen' | 'PrefixedVideoEnterFullScreen' | 'PrefixedVideoExitFullscreen' | 'PrefixedVideoExitFullScreen' | 'PrefixedVideoSupportsFullscreen' | 'RangeExpand' | 'RequestedSubresourceWithEmbeddedCredentials' | 'RTCConstraintEnableDtlsSrtpFalse' | 'RTCConstraintEnableDtlsSrtpTrue' | 'RTCPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics' | 'RTCPeerConnectionSdpSemanticsPlanB' | 'RtcpMuxPolicyNegotiate' | 'SharedArrayBufferConstructedWithoutIsolation' | 'TextToSpeech_DisallowedByAutoplay' | 'V8SharedArrayBufferConstructedInExtensionWithoutIsolation' | 'XHRJSONEncodingDetection' | 'XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload' | 'XRSupportsSession');
|
3460
3460
|
|
3461
3461
|
/**
|
3462
3462
|
* This issue tracks information needed to print a deprecation message.
|
@@ -7507,7 +7507,13 @@ export namespace Protocol {
|
|
7507
7507
|
* Missing optional values will be filled in by the target with what it would normally use.
|
7508
7508
|
*/
|
7509
7509
|
export interface UserAgentMetadata {
|
7510
|
+
/**
|
7511
|
+
* Brands appearing in Sec-CH-UA.
|
7512
|
+
*/
|
7510
7513
|
brands?: UserAgentBrandVersion[];
|
7514
|
+
/**
|
7515
|
+
* Brands appearing in Sec-CH-UA-Full-Version-List.
|
7516
|
+
*/
|
7511
7517
|
fullVersionList?: UserAgentBrandVersion[];
|
7512
7518
|
fullVersion?: string;
|
7513
7519
|
platform: string;
|
@@ -12880,7 +12886,7 @@ export namespace Protocol {
|
|
12880
12886
|
/**
|
12881
12887
|
* List of FinalStatus reasons for Prerender2.
|
12882
12888
|
*/
|
12883
|
-
export type PrerenderFinalStatus = ('Activated' | 'Destroyed' | 'LowEndDevice' | 'InvalidSchemeRedirect' | 'InvalidSchemeNavigation' | 'InProgressNavigation' | 'NavigationRequestBlockedByCsp' | 'MainFrameNavigation' | 'MojoBinderPolicy' | 'RendererProcessCrashed' | 'RendererProcessKilled' | 'Download' | 'TriggerDestroyed' | 'NavigationNotCommitted' | 'NavigationBadHttpStatus' | 'ClientCertRequested' | 'NavigationRequestNetworkError' | 'MaxNumOfRunningPrerendersExceeded' | 'CancelAllHostsForTesting' | 'DidFailLoad' | 'Stop' | 'SslCertificateError' | 'LoginAuthRequested' | 'UaChangeRequiresReload' | 'BlockedByClient' | 'AudioOutputDeviceRequested' | 'MixedContent' | 'TriggerBackgrounded' | 'EmbedderTriggeredAndCrossOriginRedirected' | 'MemoryLimitExceeded' | 'FailToGetMemoryUsage' | 'DataSaverEnabled' | 'HasEffectiveUrl' | 'ActivatedBeforeStarted' | 'InactivePageRestriction' | 'StartFailed' | 'TimeoutBackgrounded' | 'CrossSiteRedirect' | 'CrossSiteNavigation' | 'SameSiteCrossOriginRedirect' | 'SameSiteCrossOriginNavigation' | 'SameSiteCrossOriginRedirectNotOptIn' | 'SameSiteCrossOriginNavigationNotOptIn' | 'ActivationNavigationParameterMismatch' | 'ActivatedInBackground' | 'EmbedderHostDisallowed' | 'ActivationNavigationDestroyedBeforeSuccess' | 'TabClosedByUserGesture' | 'TabClosedWithoutUserGesture');
|
12889
|
+
export type PrerenderFinalStatus = ('Activated' | 'Destroyed' | 'LowEndDevice' | 'InvalidSchemeRedirect' | 'InvalidSchemeNavigation' | 'InProgressNavigation' | 'NavigationRequestBlockedByCsp' | 'MainFrameNavigation' | 'MojoBinderPolicy' | 'RendererProcessCrashed' | 'RendererProcessKilled' | 'Download' | 'TriggerDestroyed' | 'NavigationNotCommitted' | 'NavigationBadHttpStatus' | 'ClientCertRequested' | 'NavigationRequestNetworkError' | 'MaxNumOfRunningPrerendersExceeded' | 'CancelAllHostsForTesting' | 'DidFailLoad' | 'Stop' | 'SslCertificateError' | 'LoginAuthRequested' | 'UaChangeRequiresReload' | 'BlockedByClient' | 'AudioOutputDeviceRequested' | 'MixedContent' | 'TriggerBackgrounded' | 'EmbedderTriggeredAndCrossOriginRedirected' | 'MemoryLimitExceeded' | 'FailToGetMemoryUsage' | 'DataSaverEnabled' | 'HasEffectiveUrl' | 'ActivatedBeforeStarted' | 'InactivePageRestriction' | 'StartFailed' | 'TimeoutBackgrounded' | 'CrossSiteRedirect' | 'CrossSiteNavigation' | 'SameSiteCrossOriginRedirect' | 'SameSiteCrossOriginNavigation' | 'SameSiteCrossOriginRedirectNotOptIn' | 'SameSiteCrossOriginNavigationNotOptIn' | 'ActivationNavigationParameterMismatch' | 'ActivatedInBackground' | 'EmbedderHostDisallowed' | 'ActivationNavigationDestroyedBeforeSuccess' | 'TabClosedByUserGesture' | 'TabClosedWithoutUserGesture' | 'PrimaryMainFrameRendererProcessCrashed' | 'PrimaryMainFrameRendererProcessKilled' | 'ActivationFramePolicyNotCompatible');
|
12884
12890
|
|
12885
12891
|
export interface AddScriptToEvaluateOnLoadRequest {
|
12886
12892
|
scriptSource: string;
|
@@ -16537,6 +16543,12 @@ export namespace Protocol {
|
|
16537
16543
|
* Defaults to false.
|
16538
16544
|
*/
|
16539
16545
|
hasMinPinLength?: boolean;
|
16546
|
+
/**
|
16547
|
+
* If set to true, the authenticator will support the prf extension.
|
16548
|
+
* https://w3c.github.io/webauthn/#prf-extension
|
16549
|
+
* Defaults to false.
|
16550
|
+
*/
|
16551
|
+
hasPrf?: boolean;
|
16540
16552
|
/**
|
16541
16553
|
* If set to true, tests of user presence will succeed immediately.
|
16542
16554
|
* Otherwise, they will not be resolved. Defaults to true.
|