devtools-protocol 0.0.1636713 → 0.0.1638241
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.
|
@@ -17915,7 +17915,8 @@
|
|
|
17915
17915
|
"InvalidConfigJson",
|
|
17916
17916
|
"InvalidFederatedSessionProviderFailedToRestoreKey",
|
|
17917
17917
|
"FailedToUnwrapKey",
|
|
17918
|
-
"SessionDeletedDuringRefresh"
|
|
17918
|
+
"SessionDeletedDuringRefresh",
|
|
17919
|
+
"CrossOriginRegistrationSiteNotIncluded"
|
|
17919
17920
|
]
|
|
17920
17921
|
},
|
|
17921
17922
|
{
|
|
@@ -29306,7 +29307,7 @@
|
|
|
29306
29307
|
},
|
|
29307
29308
|
{
|
|
29308
29309
|
"name": "panelId",
|
|
29309
|
-
"description": "The id of the panel we want DevTools to open initially. Currently\nsupported panels are elements, console, network, sources, resources
|
|
29310
|
+
"description": "The id of the panel we want DevTools to open initially. Currently\nsupported panels are elements, console, network, sources, resources,\ntimeline, chrome-recorder, heap-profiler, lighthouse, and security.",
|
|
29310
29311
|
"optional": true,
|
|
29311
29312
|
"type": "string"
|
|
29312
29313
|
}
|
package/package.json
CHANGED
package/pdl/domains/Network.pdl
CHANGED
|
@@ -2228,6 +2228,7 @@ domain Network
|
|
|
2228
2228
|
InvalidFederatedSessionProviderFailedToRestoreKey
|
|
2229
2229
|
FailedToUnwrapKey
|
|
2230
2230
|
SessionDeletedDuringRefresh
|
|
2231
|
+
CrossOriginRegistrationSiteNotIncluded
|
|
2231
2232
|
|
|
2232
2233
|
# Details about a failed device bound session network request.
|
|
2233
2234
|
experimental type DeviceBoundSessionFailedRequest extends object
|
package/pdl/domains/Target.pdl
CHANGED
|
@@ -349,8 +349,8 @@ domain Target
|
|
|
349
349
|
# This can be the page or tab target ID.
|
|
350
350
|
TargetID targetId
|
|
351
351
|
# The id of the panel we want DevTools to open initially. Currently
|
|
352
|
-
# supported panels are elements, console, network, sources, resources
|
|
353
|
-
# and
|
|
352
|
+
# supported panels are elements, console, network, sources, resources,
|
|
353
|
+
# timeline, chrome-recorder, heap-profiler, lighthouse, and security.
|
|
354
354
|
optional string panelId
|
|
355
355
|
returns
|
|
356
356
|
# The targetId of DevTools page target.
|
package/types/protocol.d.ts
CHANGED
|
@@ -14034,7 +14034,7 @@ export namespace Protocol {
|
|
|
14034
14034
|
* A fetch result for a device bound session creation or refresh.
|
|
14035
14035
|
* @experimental
|
|
14036
14036
|
*/
|
|
14037
|
-
export type DeviceBoundSessionFetchResult = ('Success' | 'KeyError' | 'SigningError' | 'TransientSigningError' | 'ServerRequestedTermination' | 'InvalidSessionId' | 'InvalidChallenge' | 'TooManyChallenges' | 'InvalidFetcherUrl' | 'InvalidRefreshUrl' | 'TransientHttpError' | 'ScopeOriginSameSiteMismatch' | 'RefreshUrlSameSiteMismatch' | 'MismatchedSessionId' | 'MissingScope' | 'NoCredentials' | 'SubdomainRegistrationWellKnownUnavailable' | 'SubdomainRegistrationUnauthorized' | 'SubdomainRegistrationWellKnownMalformed' | 'SessionProviderWellKnownUnavailable' | 'RelyingPartyWellKnownUnavailable' | 'FederatedKeyThumbprintMismatch' | 'InvalidFederatedSessionUrl' | 'InvalidFederatedKey' | 'TooManyRelyingOriginLabels' | 'BoundCookieSetForbidden' | 'NetError' | 'ProxyError' | 'EmptySessionConfig' | 'InvalidCredentialsConfig' | 'InvalidCredentialsType' | 'InvalidCredentialsEmptyName' | 'InvalidCredentialsCookie' | 'PersistentHttpError' | 'RegistrationAttemptedChallenge' | 'InvalidScopeOrigin' | 'ScopeOriginContainsPath' | 'RefreshInitiatorNotString' | 'RefreshInitiatorInvalidHostPattern' | 'InvalidScopeSpecification' | 'MissingScopeSpecificationType' | 'EmptyScopeSpecificationDomain' | 'EmptyScopeSpecificationPath' | 'InvalidScopeSpecificationType' | 'InvalidScopeIncludeSite' | 'MissingScopeIncludeSite' | 'FederatedNotAuthorizedByProvider' | 'FederatedNotAuthorizedByRelyingParty' | 'SessionProviderWellKnownMalformed' | 'SessionProviderWellKnownHasProviderOrigin' | 'RelyingPartyWellKnownMalformed' | 'RelyingPartyWellKnownHasRelyingOrigins' | 'InvalidFederatedSessionProviderSessionMissing' | 'InvalidFederatedSessionWrongProviderOrigin' | 'InvalidCredentialsCookieCreationTime' | 'InvalidCredentialsCookieName' | 'InvalidCredentialsCookieParsing' | 'InvalidCredentialsCookieUnpermittedAttribute' | 'InvalidCredentialsCookieInvalidDomain' | 'InvalidCredentialsCookiePrefix' | 'InvalidScopeRulePath' | 'InvalidScopeRuleHostPattern' | 'ScopeRuleOriginScopedHostPatternMismatch' | 'ScopeRuleSiteScopedHostPatternMismatch' | 'SigningQuotaExceeded' | 'InvalidConfigJson' | 'InvalidFederatedSessionProviderFailedToRestoreKey' | 'FailedToUnwrapKey' | 'SessionDeletedDuringRefresh');
|
|
14037
|
+
export type DeviceBoundSessionFetchResult = ('Success' | 'KeyError' | 'SigningError' | 'TransientSigningError' | 'ServerRequestedTermination' | 'InvalidSessionId' | 'InvalidChallenge' | 'TooManyChallenges' | 'InvalidFetcherUrl' | 'InvalidRefreshUrl' | 'TransientHttpError' | 'ScopeOriginSameSiteMismatch' | 'RefreshUrlSameSiteMismatch' | 'MismatchedSessionId' | 'MissingScope' | 'NoCredentials' | 'SubdomainRegistrationWellKnownUnavailable' | 'SubdomainRegistrationUnauthorized' | 'SubdomainRegistrationWellKnownMalformed' | 'SessionProviderWellKnownUnavailable' | 'RelyingPartyWellKnownUnavailable' | 'FederatedKeyThumbprintMismatch' | 'InvalidFederatedSessionUrl' | 'InvalidFederatedKey' | 'TooManyRelyingOriginLabels' | 'BoundCookieSetForbidden' | 'NetError' | 'ProxyError' | 'EmptySessionConfig' | 'InvalidCredentialsConfig' | 'InvalidCredentialsType' | 'InvalidCredentialsEmptyName' | 'InvalidCredentialsCookie' | 'PersistentHttpError' | 'RegistrationAttemptedChallenge' | 'InvalidScopeOrigin' | 'ScopeOriginContainsPath' | 'RefreshInitiatorNotString' | 'RefreshInitiatorInvalidHostPattern' | 'InvalidScopeSpecification' | 'MissingScopeSpecificationType' | 'EmptyScopeSpecificationDomain' | 'EmptyScopeSpecificationPath' | 'InvalidScopeSpecificationType' | 'InvalidScopeIncludeSite' | 'MissingScopeIncludeSite' | 'FederatedNotAuthorizedByProvider' | 'FederatedNotAuthorizedByRelyingParty' | 'SessionProviderWellKnownMalformed' | 'SessionProviderWellKnownHasProviderOrigin' | 'RelyingPartyWellKnownMalformed' | 'RelyingPartyWellKnownHasRelyingOrigins' | 'InvalidFederatedSessionProviderSessionMissing' | 'InvalidFederatedSessionWrongProviderOrigin' | 'InvalidCredentialsCookieCreationTime' | 'InvalidCredentialsCookieName' | 'InvalidCredentialsCookieParsing' | 'InvalidCredentialsCookieUnpermittedAttribute' | 'InvalidCredentialsCookieInvalidDomain' | 'InvalidCredentialsCookiePrefix' | 'InvalidScopeRulePath' | 'InvalidScopeRuleHostPattern' | 'ScopeRuleOriginScopedHostPatternMismatch' | 'ScopeRuleSiteScopedHostPatternMismatch' | 'SigningQuotaExceeded' | 'InvalidConfigJson' | 'InvalidFederatedSessionProviderFailedToRestoreKey' | 'FailedToUnwrapKey' | 'SessionDeletedDuringRefresh' | 'CrossOriginRegistrationSiteNotIncluded');
|
|
14038
14038
|
|
|
14039
14039
|
/**
|
|
14040
14040
|
* Details about a failed device bound session network request.
|
|
@@ -21166,8 +21166,8 @@ export namespace Protocol {
|
|
|
21166
21166
|
targetId: TargetID;
|
|
21167
21167
|
/**
|
|
21168
21168
|
* The id of the panel we want DevTools to open initially. Currently
|
|
21169
|
-
* supported panels are elements, console, network, sources, resources
|
|
21170
|
-
* and
|
|
21169
|
+
* supported panels are elements, console, network, sources, resources,
|
|
21170
|
+
* timeline, chrome-recorder, heap-profiler, lighthouse, and security.
|
|
21171
21171
|
*/
|
|
21172
21172
|
panelId?: string;
|
|
21173
21173
|
}
|