devtools-protocol 0.0.1052822 → 0.0.1055599
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.
@@ -15287,7 +15287,7 @@
|
|
15287
15287
|
"geolocation",
|
15288
15288
|
"gyroscope",
|
15289
15289
|
"hid",
|
15290
|
-
"identity-
|
15290
|
+
"identity-credentials-get",
|
15291
15291
|
"idle-detection",
|
15292
15292
|
"interest-cohort",
|
15293
15293
|
"join-ad-interest-group",
|
@@ -16358,7 +16358,8 @@
|
|
16358
16358
|
"HasEffectiveUrl",
|
16359
16359
|
"ActivatedBeforeStarted",
|
16360
16360
|
"InactivePageRestriction",
|
16361
|
-
"StartFailed"
|
16361
|
+
"StartFailed",
|
16362
|
+
"TimeoutBackgrounded"
|
16362
16363
|
]
|
16363
16364
|
}
|
16364
16365
|
],
|
@@ -16642,7 +16643,7 @@
|
|
16642
16643
|
},
|
16643
16644
|
{
|
16644
16645
|
"name": "getCookies",
|
16645
|
-
"description": "Returns all browser cookies. Depending
|
16646
|
+
"description": "Returns all browser cookies for the page and all of its subframes. Depending\non the backend support, will return detailed cookie information in the\n`cookies` field.",
|
16646
16647
|
"experimental": true,
|
16647
16648
|
"deprecated": true,
|
16648
16649
|
"redirect": "Network",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -7166,7 +7166,7 @@ domain Page
|
|
7166
7166
|
geolocation
|
7167
7167
|
gyroscope
|
7168
7168
|
hid
|
7169
|
-
identity-
|
7169
|
+
identity-credentials-get
|
7170
7170
|
idle-detection
|
7171
7171
|
interest-cohort
|
7172
7172
|
join-ad-interest-group
|
@@ -7682,8 +7682,9 @@ domain Page
|
|
7682
7682
|
# Recommendation for manifest's id attribute to match current id computed from start_url
|
7683
7683
|
optional string recommendedId
|
7684
7684
|
|
7685
|
-
# Returns all browser cookies
|
7686
|
-
# information in the
|
7685
|
+
# Returns all browser cookies for the page and all of its subframes. Depending
|
7686
|
+
# on the backend support, will return detailed cookie information in the
|
7687
|
+
# `cookies` field.
|
7687
7688
|
experimental deprecated command getCookies
|
7688
7689
|
# Use 'Network.getCookies' instead
|
7689
7690
|
redirect Network
|
@@ -8495,6 +8496,7 @@ domain Page
|
|
8495
8496
|
ActivatedBeforeStarted
|
8496
8497
|
InactivePageRestriction
|
8497
8498
|
StartFailed
|
8499
|
+
TimeoutBackgrounded
|
8498
8500
|
|
8499
8501
|
# Fired when a prerender attempt is completed.
|
8500
8502
|
experimental event prerenderAttemptCompleted
|
@@ -3548,8 +3548,9 @@ export namespace ProtocolMapping {
|
|
3548
3548
|
returnType: Protocol.Page.GetAppIdResponse;
|
3549
3549
|
};
|
3550
3550
|
/**
|
3551
|
-
* Returns all browser cookies
|
3552
|
-
* information in the
|
3551
|
+
* Returns all browser cookies for the page and all of its subframes. Depending
|
3552
|
+
* on the backend support, will return detailed cookie information in the
|
3553
|
+
* `cookies` field.
|
3553
3554
|
*/
|
3554
3555
|
'Page.getCookies': {
|
3555
3556
|
paramsType: [];
|
@@ -2745,8 +2745,9 @@ export namespace ProtocolProxyApi {
|
|
2745
2745
|
getAppId(): Promise<Protocol.Page.GetAppIdResponse>;
|
2746
2746
|
|
2747
2747
|
/**
|
2748
|
-
* Returns all browser cookies
|
2749
|
-
* information in the
|
2748
|
+
* Returns all browser cookies for the page and all of its subframes. Depending
|
2749
|
+
* on the backend support, will return detailed cookie information in the
|
2750
|
+
* `cookies` field.
|
2750
2751
|
*/
|
2751
2752
|
getCookies(): Promise<Protocol.Page.GetCookiesResponse>;
|
2752
2753
|
|
package/types/protocol.d.ts
CHANGED
@@ -12342,7 +12342,7 @@ export namespace Protocol {
|
|
12342
12342
|
* All Permissions Policy features. This enum should match the one defined
|
12343
12343
|
* in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
|
12344
12344
|
*/
|
12345
|
-
export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-prefers-reduced-motion' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-full' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-reduced' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | 'cross-origin-isolated' | 'direct-sockets' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'identity-
|
12345
|
+
export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-prefers-reduced-motion' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-full' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-reduced' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | 'cross-origin-isolated' | 'direct-sockets' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'identity-credentials-get' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'local-fonts' | 'magnetometer' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'storage-access' | 'sync-xhr' | 'trust-token-redemption' | 'unload' | 'usb' | 'vertical-scroll' | 'web-share' | 'window-placement' | 'xr-spatial-tracking');
|
12346
12346
|
|
12347
12347
|
/**
|
12348
12348
|
* Reason for a permissions policy feature to be disabled.
|
@@ -12883,7 +12883,7 @@ export namespace Protocol {
|
|
12883
12883
|
/**
|
12884
12884
|
* List of FinalStatus reasons for Prerender2.
|
12885
12885
|
*/
|
12886
|
-
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' | 'EmbedderTriggeredAndCrossOriginRedirected' | 'MemoryLimitExceeded' | 'FailToGetMemoryUsage' | 'DataSaverEnabled' | 'HasEffectiveUrl' | 'ActivatedBeforeStarted' | 'InactivePageRestriction' | 'StartFailed');
|
12886
|
+
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' | 'EmbedderTriggeredAndCrossOriginRedirected' | 'MemoryLimitExceeded' | 'FailToGetMemoryUsage' | 'DataSaverEnabled' | 'HasEffectiveUrl' | 'ActivatedBeforeStarted' | 'InactivePageRestriction' | 'StartFailed' | 'TimeoutBackgrounded');
|
12887
12887
|
|
12888
12888
|
export interface AddScriptToEvaluateOnLoadRequest {
|
12889
12889
|
scriptSource: string;
|