devtools-protocol 0.0.1145140 → 0.0.1145810

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.
@@ -23307,6 +23307,8 @@
23307
23307
  "PrefetchNotEligibleSchemeIsNotHttps",
23308
23308
  "PrefetchNotEligibleUserHasCookies",
23309
23309
  "PrefetchNotEligibleUserHasServiceWorker",
23310
+ "PrefetchNotEligibleBatterySaverEnabled",
23311
+ "PrefetchNotEligiblePreloadingDisabled",
23310
23312
  "PrefetchNotFinishedInTime",
23311
23313
  "PrefetchNotStarted",
23312
23314
  "PrefetchNotUsedCookiesChanged",
@@ -23419,15 +23421,6 @@
23419
23421
  "name": "key",
23420
23422
  "$ref": "PreloadingAttemptKey"
23421
23423
  },
23422
- {
23423
- "name": "initiatingFrameId",
23424
- "description": "The frame id of the frame initiating prerender.",
23425
- "$ref": "Page.FrameId"
23426
- },
23427
- {
23428
- "name": "prerenderingUrl",
23429
- "type": "string"
23430
- },
23431
23424
  {
23432
23425
  "name": "status",
23433
23426
  "$ref": "PreloadingStatus"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1145140",
3
+ "version": "0.0.1145810",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -11070,6 +11070,8 @@ experimental domain Preload
11070
11070
  PrefetchNotEligibleSchemeIsNotHttps
11071
11071
  PrefetchNotEligibleUserHasCookies
11072
11072
  PrefetchNotEligibleUserHasServiceWorker
11073
+ PrefetchNotEligibleBatterySaverEnabled
11074
+ PrefetchNotEligiblePreloadingDisabled
11073
11075
  PrefetchNotFinishedInTime
11074
11076
  PrefetchNotStarted
11075
11077
  PrefetchNotUsedCookiesChanged
@@ -11095,9 +11097,6 @@ experimental domain Preload
11095
11097
  event prerenderStatusUpdated
11096
11098
  parameters
11097
11099
  PreloadingAttemptKey key
11098
- # The frame id of the frame initiating prerender.
11099
- Page.FrameId initiatingFrameId
11100
- string prerenderingUrl
11101
11100
  PreloadingStatus status
11102
11101
  optional PrerenderFinalStatus prerenderStatus
11103
11102
 
@@ -11169,4 +11168,3 @@ experimental domain FedCm
11169
11168
  # Resets the cooldown time, if any, to allow the next FedCM call to show
11170
11169
  # a dialog even if one was recently dismissed by the user.
11171
11170
  command resetCooldown
11172
-
@@ -17175,7 +17175,7 @@ export namespace Protocol {
17175
17175
  * TODO(https://crbug.com/1384419): revisit the list of PrefetchStatus and
17176
17176
  * filter out the ones that aren't necessary to the developers.
17177
17177
  */
17178
- export type PrefetchStatus = ('PrefetchAllowed' | 'PrefetchFailedIneligibleRedirect' | 'PrefetchFailedInvalidRedirect' | 'PrefetchFailedMIMENotSupported' | 'PrefetchFailedNetError' | 'PrefetchFailedNon2XX' | 'PrefetchFailedPerPageLimitExceeded' | 'PrefetchHeldback' | 'PrefetchIneligibleRetryAfter' | 'PrefetchIsPrivacyDecoy' | 'PrefetchIsStale' | 'PrefetchNotEligibleBrowserContextOffTheRecord' | 'PrefetchNotEligibleDataSaverEnabled' | 'PrefetchNotEligibleExistingProxy' | 'PrefetchNotEligibleHostIsNonUnique' | 'PrefetchNotEligibleNonDefaultStoragePartition' | 'PrefetchNotEligibleSameSiteCrossOriginPrefetchRequiredProxy' | 'PrefetchNotEligibleSchemeIsNotHttps' | 'PrefetchNotEligibleUserHasCookies' | 'PrefetchNotEligibleUserHasServiceWorker' | 'PrefetchNotFinishedInTime' | 'PrefetchNotStarted' | 'PrefetchNotUsedCookiesChanged' | 'PrefetchProxyNotAvailable' | 'PrefetchResponseUsed' | 'PrefetchSuccessfulButNotUsed' | 'PrefetchNotUsedProbeFailed');
17178
+ export type PrefetchStatus = ('PrefetchAllowed' | 'PrefetchFailedIneligibleRedirect' | 'PrefetchFailedInvalidRedirect' | 'PrefetchFailedMIMENotSupported' | 'PrefetchFailedNetError' | 'PrefetchFailedNon2XX' | 'PrefetchFailedPerPageLimitExceeded' | 'PrefetchHeldback' | 'PrefetchIneligibleRetryAfter' | 'PrefetchIsPrivacyDecoy' | 'PrefetchIsStale' | 'PrefetchNotEligibleBrowserContextOffTheRecord' | 'PrefetchNotEligibleDataSaverEnabled' | 'PrefetchNotEligibleExistingProxy' | 'PrefetchNotEligibleHostIsNonUnique' | 'PrefetchNotEligibleNonDefaultStoragePartition' | 'PrefetchNotEligibleSameSiteCrossOriginPrefetchRequiredProxy' | 'PrefetchNotEligibleSchemeIsNotHttps' | 'PrefetchNotEligibleUserHasCookies' | 'PrefetchNotEligibleUserHasServiceWorker' | 'PrefetchNotEligibleBatterySaverEnabled' | 'PrefetchNotEligiblePreloadingDisabled' | 'PrefetchNotFinishedInTime' | 'PrefetchNotStarted' | 'PrefetchNotUsedCookiesChanged' | 'PrefetchProxyNotAvailable' | 'PrefetchResponseUsed' | 'PrefetchSuccessfulButNotUsed' | 'PrefetchNotUsedProbeFailed');
17179
17179
 
17180
17180
  /**
17181
17181
  * Upsert. Currently, it is only emitted when a rule set added.
@@ -17232,11 +17232,6 @@ export namespace Protocol {
17232
17232
  */
17233
17233
  export interface PrerenderStatusUpdatedEvent {
17234
17234
  key: PreloadingAttemptKey;
17235
- /**
17236
- * The frame id of the frame initiating prerender.
17237
- */
17238
- initiatingFrameId: Page.FrameId;
17239
- prerenderingUrl: string;
17240
17235
  status: PreloadingStatus;
17241
17236
  prerenderStatus?: PrerenderFinalStatus;
17242
17237
  }