devtools-protocol 0.0.1036444 → 0.0.1044932
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.
@@ -1657,7 +1657,7 @@
|
|
1657
1657
|
"description": "Represents the failure reason when a federated authentication reason fails.\nShould be updated alongside RequestIdTokenStatus in\nthird_party/blink/public/mojom/devtools/inspector_issue.mojom to include\nall cases except for success.",
|
1658
1658
|
"type": "string",
|
1659
1659
|
"enum": [
|
1660
|
-
"
|
1660
|
+
"ShouldEmbargo",
|
1661
1661
|
"TooManyRequests",
|
1662
1662
|
"ManifestListHttpNotFound",
|
1663
1663
|
"ManifestListNoResponse",
|
@@ -1681,7 +1681,8 @@
|
|
1681
1681
|
"IdTokenInvalidResponse",
|
1682
1682
|
"IdTokenInvalidRequest",
|
1683
1683
|
"ErrorIdToken",
|
1684
|
-
"Canceled"
|
1684
|
+
"Canceled",
|
1685
|
+
"RpPageNotVisible"
|
1685
1686
|
]
|
1686
1687
|
},
|
1687
1688
|
{
|
@@ -6203,7 +6204,7 @@
|
|
6203
6204
|
},
|
6204
6205
|
{
|
6205
6206
|
"name": "previousNodeId",
|
6206
|
-
"description": "
|
6207
|
+
"description": "Id of the previous sibling.",
|
6207
6208
|
"$ref": "NodeId"
|
6208
6209
|
},
|
6209
6210
|
{
|
@@ -16330,7 +16331,8 @@
|
|
16330
16331
|
"EmbedderTriggeredAndCrossOriginRedirected",
|
16331
16332
|
"MemoryLimitExceeded",
|
16332
16333
|
"FailToGetMemoryUsage",
|
16333
|
-
"DataSaverEnabled"
|
16334
|
+
"DataSaverEnabled",
|
16335
|
+
"HasEffectiveUrl"
|
16334
16336
|
]
|
16335
16337
|
}
|
16336
16338
|
],
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -835,7 +835,7 @@ experimental domain Audits
|
|
835
835
|
# all cases except for success.
|
836
836
|
type FederatedAuthRequestIssueReason extends string
|
837
837
|
enum
|
838
|
-
|
838
|
+
ShouldEmbargo
|
839
839
|
TooManyRequests
|
840
840
|
ManifestListHttpNotFound
|
841
841
|
ManifestListNoResponse
|
@@ -860,6 +860,7 @@ experimental domain Audits
|
|
860
860
|
IdTokenInvalidRequest
|
861
861
|
ErrorIdToken
|
862
862
|
Canceled
|
863
|
+
RpPageNotVisible
|
863
864
|
|
864
865
|
# This issue tracks client hints related issues. It's used to deprecate old
|
865
866
|
# features, encourage the use of new ones, and provide general guidance.
|
@@ -2925,7 +2926,7 @@ domain DOM
|
|
2925
2926
|
parameters
|
2926
2927
|
# Id of the node that has changed.
|
2927
2928
|
NodeId parentNodeId
|
2928
|
-
#
|
2929
|
+
# Id of the previous sibling.
|
2929
2930
|
NodeId previousNodeId
|
2930
2931
|
# Inserted node data.
|
2931
2932
|
Node node
|
@@ -8464,6 +8465,7 @@ domain Page
|
|
8464
8465
|
# recorded when it fails to get the memory usage.
|
8465
8466
|
FailToGetMemoryUsage
|
8466
8467
|
DataSaverEnabled
|
8468
|
+
HasEffectiveUrl
|
8467
8469
|
|
8468
8470
|
# Fired when a prerender attempt is completed.
|
8469
8471
|
experimental event prerenderAttemptCompleted
|
package/types/protocol.d.ts
CHANGED
@@ -3494,7 +3494,7 @@ export namespace Protocol {
|
|
3494
3494
|
* third_party/blink/public/mojom/devtools/inspector_issue.mojom to include
|
3495
3495
|
* all cases except for success.
|
3496
3496
|
*/
|
3497
|
-
export type FederatedAuthRequestIssueReason = ('
|
3497
|
+
export type FederatedAuthRequestIssueReason = ('ShouldEmbargo' | 'TooManyRequests' | 'ManifestListHttpNotFound' | 'ManifestListNoResponse' | 'ManifestListInvalidResponse' | 'ManifestNotInManifestList' | 'ManifestListTooBig' | 'ManifestHttpNotFound' | 'ManifestNoResponse' | 'ManifestInvalidResponse' | 'ClientMetadataHttpNotFound' | 'ClientMetadataNoResponse' | 'ClientMetadataInvalidResponse' | 'DisabledInSettings' | 'ErrorFetchingSignin' | 'InvalidSigninResponse' | 'AccountsHttpNotFound' | 'AccountsNoResponse' | 'AccountsInvalidResponse' | 'IdTokenHttpNotFound' | 'IdTokenNoResponse' | 'IdTokenInvalidResponse' | 'IdTokenInvalidRequest' | 'ErrorIdToken' | 'Canceled' | 'RpPageNotVisible');
|
3498
3498
|
|
3499
3499
|
/**
|
3500
3500
|
* This issue tracks client hints related issues. It's used to deprecate old
|
@@ -6414,7 +6414,7 @@ export namespace Protocol {
|
|
6414
6414
|
*/
|
6415
6415
|
parentNodeId: NodeId;
|
6416
6416
|
/**
|
6417
|
-
*
|
6417
|
+
* Id of the previous sibling.
|
6418
6418
|
*/
|
6419
6419
|
previousNodeId: NodeId;
|
6420
6420
|
/**
|
@@ -12854,7 +12854,7 @@ export namespace Protocol {
|
|
12854
12854
|
/**
|
12855
12855
|
* List of FinalStatus reasons for Prerender2.
|
12856
12856
|
*/
|
12857
|
-
export type PrerenderFinalStatus = ('Activated' | 'Destroyed' | 'LowEndDevice' | 'CrossOriginRedirect' | 'CrossOriginNavigation' | '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' | 'EmbedderTriggeredAndSameOriginRedirected' | 'EmbedderTriggeredAndCrossOriginRedirected' | 'MemoryLimitExceeded' | 'FailToGetMemoryUsage' | 'DataSaverEnabled');
|
12857
|
+
export type PrerenderFinalStatus = ('Activated' | 'Destroyed' | 'LowEndDevice' | 'CrossOriginRedirect' | 'CrossOriginNavigation' | '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' | 'EmbedderTriggeredAndSameOriginRedirected' | 'EmbedderTriggeredAndCrossOriginRedirected' | 'MemoryLimitExceeded' | 'FailToGetMemoryUsage' | 'DataSaverEnabled' | 'HasEffectiveUrl');
|
12858
12858
|
|
12859
12859
|
export interface AddScriptToEvaluateOnLoadRequest {
|
12860
12860
|
scriptSource: string;
|