devtools-protocol 0.0.1202299 → 0.0.1203626
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.
@@ -19842,7 +19842,7 @@
|
|
19842
19842
|
"type": "object",
|
19843
19843
|
"properties": [
|
19844
19844
|
{
|
19845
|
-
"name": "
|
19845
|
+
"name": "renderURL",
|
19846
19846
|
"type": "string"
|
19847
19847
|
},
|
19848
19848
|
{
|
@@ -19874,22 +19874,22 @@
|
|
19874
19874
|
"type": "string"
|
19875
19875
|
},
|
19876
19876
|
{
|
19877
|
-
"name": "
|
19877
|
+
"name": "biddingLogicURL",
|
19878
19878
|
"optional": true,
|
19879
19879
|
"type": "string"
|
19880
19880
|
},
|
19881
19881
|
{
|
19882
|
-
"name": "
|
19882
|
+
"name": "biddingWasmHelperURL",
|
19883
19883
|
"optional": true,
|
19884
19884
|
"type": "string"
|
19885
19885
|
},
|
19886
19886
|
{
|
19887
|
-
"name": "
|
19887
|
+
"name": "updateURL",
|
19888
19888
|
"optional": true,
|
19889
19889
|
"type": "string"
|
19890
19890
|
},
|
19891
19891
|
{
|
19892
|
-
"name": "
|
19892
|
+
"name": "trustedBiddingSignalsURL",
|
19893
19893
|
"optional": true,
|
19894
19894
|
"type": "string"
|
19895
19895
|
},
|
@@ -23968,7 +23968,6 @@
|
|
23968
23968
|
"LowEndDevice",
|
23969
23969
|
"InvalidSchemeRedirect",
|
23970
23970
|
"InvalidSchemeNavigation",
|
23971
|
-
"InProgressNavigation",
|
23972
23971
|
"NavigationRequestBlockedByCsp",
|
23973
23972
|
"MainFrameNavigation",
|
23974
23973
|
"MojoBinderPolicy",
|
@@ -24111,35 +24110,6 @@
|
|
24111
24110
|
}
|
24112
24111
|
]
|
24113
24112
|
},
|
24114
|
-
{
|
24115
|
-
"name": "prerenderAttemptCompleted",
|
24116
|
-
"description": "Fired when a prerender attempt is completed.",
|
24117
|
-
"parameters": [
|
24118
|
-
{
|
24119
|
-
"name": "key",
|
24120
|
-
"$ref": "PreloadingAttemptKey"
|
24121
|
-
},
|
24122
|
-
{
|
24123
|
-
"name": "initiatingFrameId",
|
24124
|
-
"description": "The frame id of the frame initiating prerendering.",
|
24125
|
-
"$ref": "Page.FrameId"
|
24126
|
-
},
|
24127
|
-
{
|
24128
|
-
"name": "prerenderingUrl",
|
24129
|
-
"type": "string"
|
24130
|
-
},
|
24131
|
-
{
|
24132
|
-
"name": "finalStatus",
|
24133
|
-
"$ref": "PrerenderFinalStatus"
|
24134
|
-
},
|
24135
|
-
{
|
24136
|
-
"name": "disallowedApiMethod",
|
24137
|
-
"description": "This is used to give users more information about the name of the API call\nthat is incompatible with prerender and has caused the cancellation of the attempt",
|
24138
|
-
"optional": true,
|
24139
|
-
"type": "string"
|
24140
|
-
}
|
24141
|
-
]
|
24142
|
-
},
|
24143
24113
|
{
|
24144
24114
|
"name": "preloadEnabledStateUpdated",
|
24145
24115
|
"description": "Fired when a preload enabled state is updated.",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -9363,7 +9363,7 @@ experimental domain Storage
|
|
9363
9363
|
# Ad advertising element inside an interest group.
|
9364
9364
|
type InterestGroupAd extends object
|
9365
9365
|
properties
|
9366
|
-
string
|
9366
|
+
string renderURL
|
9367
9367
|
optional string metadata
|
9368
9368
|
|
9369
9369
|
# The full details of an interest group.
|
@@ -9373,10 +9373,10 @@ experimental domain Storage
|
|
9373
9373
|
string name
|
9374
9374
|
Network.TimeSinceEpoch expirationTime
|
9375
9375
|
string joiningOrigin
|
9376
|
-
optional string
|
9377
|
-
optional string
|
9378
|
-
optional string
|
9379
|
-
optional string
|
9376
|
+
optional string biddingLogicURL
|
9377
|
+
optional string biddingWasmHelperURL
|
9378
|
+
optional string updateURL
|
9379
|
+
optional string trustedBiddingSignalsURL
|
9380
9380
|
array of string trustedBiddingSignalsKeys
|
9381
9381
|
optional string userBiddingSignals
|
9382
9382
|
array of InterestGroupAd ads
|
@@ -11322,7 +11322,6 @@ experimental domain Preload
|
|
11322
11322
|
LowEndDevice
|
11323
11323
|
InvalidSchemeRedirect
|
11324
11324
|
InvalidSchemeNavigation
|
11325
|
-
InProgressNavigation
|
11326
11325
|
NavigationRequestBlockedByCsp
|
11327
11326
|
MainFrameNavigation
|
11328
11327
|
MojoBinderPolicy
|
@@ -11385,18 +11384,6 @@ experimental domain Preload
|
|
11385
11384
|
RedirectedPrerenderingUrlHasEffectiveUrl
|
11386
11385
|
ActivationUrlHasEffectiveUrl
|
11387
11386
|
|
11388
|
-
# Fired when a prerender attempt is completed.
|
11389
|
-
event prerenderAttemptCompleted
|
11390
|
-
parameters
|
11391
|
-
PreloadingAttemptKey key
|
11392
|
-
# The frame id of the frame initiating prerendering.
|
11393
|
-
Page.FrameId initiatingFrameId
|
11394
|
-
string prerenderingUrl
|
11395
|
-
PrerenderFinalStatus finalStatus
|
11396
|
-
# This is used to give users more information about the name of the API call
|
11397
|
-
# that is incompatible with prerender and has caused the cancellation of the attempt
|
11398
|
-
optional string disallowedApiMethod
|
11399
|
-
|
11400
11387
|
# Fired when a preload enabled state is updated.
|
11401
11388
|
event preloadEnabledStateUpdated
|
11402
11389
|
parameters
|
@@ -726,10 +726,6 @@ export namespace ProtocolMapping {
|
|
726
726
|
*/
|
727
727
|
'Preload.ruleSetUpdated': [Protocol.Preload.RuleSetUpdatedEvent];
|
728
728
|
'Preload.ruleSetRemoved': [Protocol.Preload.RuleSetRemovedEvent];
|
729
|
-
/**
|
730
|
-
* Fired when a prerender attempt is completed.
|
731
|
-
*/
|
732
|
-
'Preload.prerenderAttemptCompleted': [Protocol.Preload.PrerenderAttemptCompletedEvent];
|
733
729
|
/**
|
734
730
|
* Fired when a preload enabled state is updated.
|
735
731
|
*/
|
@@ -4055,11 +4055,6 @@ export namespace ProtocolProxyApi {
|
|
4055
4055
|
|
4056
4056
|
on(event: 'ruleSetRemoved', listener: (params: Protocol.Preload.RuleSetRemovedEvent) => void): void;
|
4057
4057
|
|
4058
|
-
/**
|
4059
|
-
* Fired when a prerender attempt is completed.
|
4060
|
-
*/
|
4061
|
-
on(event: 'prerenderAttemptCompleted', listener: (params: Protocol.Preload.PrerenderAttemptCompletedEvent) => void): void;
|
4062
|
-
|
4063
4058
|
/**
|
4064
4059
|
* Fired when a preload enabled state is updated.
|
4065
4060
|
*/
|
package/types/protocol.d.ts
CHANGED
@@ -15023,7 +15023,7 @@ export namespace Protocol {
|
|
15023
15023
|
* Ad advertising element inside an interest group.
|
15024
15024
|
*/
|
15025
15025
|
export interface InterestGroupAd {
|
15026
|
-
|
15026
|
+
renderURL: string;
|
15027
15027
|
metadata?: string;
|
15028
15028
|
}
|
15029
15029
|
|
@@ -15035,10 +15035,10 @@ export namespace Protocol {
|
|
15035
15035
|
name: string;
|
15036
15036
|
expirationTime: Network.TimeSinceEpoch;
|
15037
15037
|
joiningOrigin: string;
|
15038
|
-
|
15039
|
-
|
15040
|
-
|
15041
|
-
|
15038
|
+
biddingLogicURL?: string;
|
15039
|
+
biddingWasmHelperURL?: string;
|
15040
|
+
updateURL?: string;
|
15041
|
+
trustedBiddingSignalsURL?: string;
|
15042
15042
|
trustedBiddingSignalsKeys: string[];
|
15043
15043
|
userBiddingSignals?: string;
|
15044
15044
|
ads: InterestGroupAd[];
|
@@ -17521,7 +17521,7 @@ export namespace Protocol {
|
|
17521
17521
|
/**
|
17522
17522
|
* List of FinalStatus reasons for Prerender2.
|
17523
17523
|
*/
|
17524
|
-
export type PrerenderFinalStatus = ('Activated' | 'Destroyed' | 'LowEndDevice' | 'InvalidSchemeRedirect' | 'InvalidSchemeNavigation' | '
|
17524
|
+
export type PrerenderFinalStatus = ('Activated' | 'Destroyed' | 'LowEndDevice' | 'InvalidSchemeRedirect' | 'InvalidSchemeNavigation' | 'NavigationRequestBlockedByCsp' | 'MainFrameNavigation' | 'MojoBinderPolicy' | 'RendererProcessCrashed' | 'RendererProcessKilled' | 'Download' | 'TriggerDestroyed' | 'NavigationNotCommitted' | 'NavigationBadHttpStatus' | 'ClientCertRequested' | 'NavigationRequestNetworkError' | 'CancelAllHostsForTesting' | 'DidFailLoad' | 'Stop' | 'SslCertificateError' | 'LoginAuthRequested' | 'UaChangeRequiresReload' | 'BlockedByClient' | 'AudioOutputDeviceRequested' | 'MixedContent' | 'TriggerBackgrounded' | 'MemoryLimitExceeded' | 'DataSaverEnabled' | 'TriggerUrlHasEffectiveUrl' | 'ActivatedBeforeStarted' | 'InactivePageRestriction' | 'StartFailed' | 'TimeoutBackgrounded' | 'CrossSiteRedirectInInitialNavigation' | 'CrossSiteNavigationInInitialNavigation' | 'SameSiteCrossOriginRedirectNotOptInInInitialNavigation' | 'SameSiteCrossOriginNavigationNotOptInInInitialNavigation' | 'ActivationNavigationParameterMismatch' | 'ActivatedInBackground' | 'EmbedderHostDisallowed' | 'ActivationNavigationDestroyedBeforeSuccess' | 'TabClosedByUserGesture' | 'TabClosedWithoutUserGesture' | 'PrimaryMainFrameRendererProcessCrashed' | 'PrimaryMainFrameRendererProcessKilled' | 'ActivationFramePolicyNotCompatible' | 'PreloadingDisabled' | 'BatterySaverEnabled' | 'ActivatedDuringMainFrameNavigation' | 'PreloadingUnsupportedByWebContents' | 'CrossSiteRedirectInMainFrameNavigation' | 'CrossSiteNavigationInMainFrameNavigation' | 'SameSiteCrossOriginRedirectNotOptInInMainFrameNavigation' | 'SameSiteCrossOriginNavigationNotOptInInMainFrameNavigation' | 'MemoryPressureOnTrigger' | 'MemoryPressureAfterTriggered' | 'PrerenderingDisabledByDevTools' | 'ResourceLoadBlockedByClient' | 'SpeculationRuleRemoved' | 'ActivatedWithAuxiliaryBrowsingContexts' | 'MaxNumOfRunningEagerPrerendersExceeded' | 'MaxNumOfRunningNonEagerPrerendersExceeded' | 'MaxNumOfRunningEmbedderPrerendersExceeded' | 'PrerenderingUrlHasEffectiveUrl' | 'RedirectedPrerenderingUrlHasEffectiveUrl' | 'ActivationUrlHasEffectiveUrl');
|
17525
17525
|
|
17526
17526
|
/**
|
17527
17527
|
* Preloading status values, see also PreloadingTriggeringOutcome. This
|
@@ -17546,24 +17546,6 @@ export namespace Protocol {
|
|
17546
17546
|
id: RuleSetId;
|
17547
17547
|
}
|
17548
17548
|
|
17549
|
-
/**
|
17550
|
-
* Fired when a prerender attempt is completed.
|
17551
|
-
*/
|
17552
|
-
export interface PrerenderAttemptCompletedEvent {
|
17553
|
-
key: PreloadingAttemptKey;
|
17554
|
-
/**
|
17555
|
-
* The frame id of the frame initiating prerendering.
|
17556
|
-
*/
|
17557
|
-
initiatingFrameId: Page.FrameId;
|
17558
|
-
prerenderingUrl: string;
|
17559
|
-
finalStatus: PrerenderFinalStatus;
|
17560
|
-
/**
|
17561
|
-
* This is used to give users more information about the name of the API call
|
17562
|
-
* that is incompatible with prerender and has caused the cancellation of the attempt
|
17563
|
-
*/
|
17564
|
-
disallowedApiMethod?: string;
|
17565
|
-
}
|
17566
|
-
|
17567
17549
|
/**
|
17568
17550
|
* Fired when a preload enabled state is updated.
|
17569
17551
|
*/
|