devtools-protocol 0.0.1686980 → 0.0.1691330
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.
|
@@ -2131,7 +2131,8 @@
|
|
|
2131
2131
|
"TokenVerificationKbInvalidNonce",
|
|
2132
2132
|
"TokenVerificationKbInvalidSdHash",
|
|
2133
2133
|
"TokenVerificationKbMissingCnf",
|
|
2134
|
-
"TokenVerificationKbSignatureFailed"
|
|
2134
|
+
"TokenVerificationKbSignatureFailed",
|
|
2135
|
+
"CrossOriginIframeNotSupported"
|
|
2135
2136
|
]
|
|
2136
2137
|
},
|
|
2137
2138
|
{
|
|
@@ -30125,7 +30126,7 @@
|
|
|
30125
30126
|
{
|
|
30126
30127
|
"name": "signCount",
|
|
30127
30128
|
"description": "Signature counter. Must be equal to or greater than -1.\nIf -1, the credential won't have an associated signature counter, and\nevery assertion operation will report a value of 0.\nSee https://w3c.github.io/webauthn/#signature-counter",
|
|
30128
|
-
"type": "
|
|
30129
|
+
"type": "number"
|
|
30129
30130
|
},
|
|
30130
30131
|
{
|
|
30131
30132
|
"name": "largeBlob",
|
|
@@ -30393,7 +30394,7 @@
|
|
|
30393
30394
|
"name": "signCount",
|
|
30394
30395
|
"description": "Must be equal to or greater than -1.\nIf -1, the signature counter is removed from the credential, and every\nassertion operation will report a value of 0.\nSee https://w3c.github.io/webauthn/#signature-counter",
|
|
30395
30396
|
"optional": true,
|
|
30396
|
-
"type": "
|
|
30397
|
+
"type": "number"
|
|
30397
30398
|
}
|
|
30398
30399
|
]
|
|
30399
30400
|
}
|
package/package.json
CHANGED
package/pdl/domains/Audits.pdl
CHANGED
|
@@ -599,6 +599,7 @@ experimental domain Audits
|
|
|
599
599
|
TokenVerificationKbInvalidSdHash
|
|
600
600
|
TokenVerificationKbMissingCnf
|
|
601
601
|
TokenVerificationKbSignatureFailed
|
|
602
|
+
CrossOriginIframeNotSupported
|
|
602
603
|
|
|
603
604
|
# This issue tracks client hints related issues. It's used to deprecate old
|
|
604
605
|
# features, encourage the use of new ones, and provide general guidance.
|
package/pdl/domains/WebAuthn.pdl
CHANGED
|
@@ -106,7 +106,7 @@ experimental domain WebAuthn
|
|
|
106
106
|
# If -1, the credential won't have an associated signature counter, and
|
|
107
107
|
# every assertion operation will report a value of 0.
|
|
108
108
|
# See https://w3c.github.io/webauthn/#signature-counter
|
|
109
|
-
|
|
109
|
+
number signCount
|
|
110
110
|
# The large blob associated with the credential.
|
|
111
111
|
# See https://w3c.github.io/webauthn/#sctn-large-blob-extension
|
|
112
112
|
optional binary largeBlob
|
|
@@ -233,7 +233,7 @@ experimental domain WebAuthn
|
|
|
233
233
|
# If -1, the signature counter is removed from the credential, and every
|
|
234
234
|
# assertion operation will report a value of 0.
|
|
235
235
|
# See https://w3c.github.io/webauthn/#signature-counter
|
|
236
|
-
optional
|
|
236
|
+
optional number signCount
|
|
237
237
|
|
|
238
238
|
# Triggered when a credential is added to an authenticator.
|
|
239
239
|
event credentialAdded
|
package/types/protocol.d.ts
CHANGED
|
@@ -3883,7 +3883,7 @@ export namespace Protocol {
|
|
|
3883
3883
|
* Should be updated alongside EmailVerificationRequestResult in
|
|
3884
3884
|
* third_party/blink/public/mojom/devtools/inspector_issue.mojom.
|
|
3885
3885
|
*/
|
|
3886
|
-
export type EmailVerificationRequestIssueReason = ('InvalidEmail' | 'DnsFetchFailed' | 'DnsInvalidRecord' | 'WellKnownHttpNotFound' | 'WellKnownNoResponse' | 'WellKnownInvalidResponse' | 'WellKnownListEmpty' | 'WellKnownInvalidContentType' | 'WellKnownMissingIssuanceEndpoint' | 'WellKnownIssuanceEndpointCrossOrigin' | 'WellKnownUnsupportedSigningAlgorithm' | 'TokenHttpNotFound' | 'TokenNoResponse' | 'TokenInvalidResponse' | 'TokenInvalidContentType' | 'TokenMalformedSdJwt' | 'TokenInvalidSdJwt' | 'KeyBindingSigningFailed' | 'RpOriginIsOpaque' | 'WellKnownMissingAccountsEndpoint' | 'UserLoggedOut' | 'WellKnownAccountsEndpointCrossOrigin' | 'AccountsHttpNotFound' | 'AccountsNoResponse' | 'AccountsInvalidResponse' | 'AccountsInvalidContentType' | 'AccountsEmptyList' | 'EmailVerificationWellKnownHttpNotFound' | 'EmailVerificationWellKnownNoResponse' | 'EmailVerificationWellKnownInvalidResponse' | 'EmailVerificationWellKnownInvalidContentType' | 'JwksHttpNotFound' | 'JwksInvalidResponse' | 'TokenVerificationSdJwtUnsupportedHeaderAlg' | 'TokenVerificationSdJwtInvalidTyp' | 'TokenVerificationSdJwtMissingIss' | 'TokenVerificationSdJwtMissingIat' | 'TokenVerificationSdJwtMissingCnf' | 'TokenVerificationSdJwtMissingEmail' | 'TokenVerificationSdJwtInvalidIssuedAt' | 'TokenVerificationSdJwtInvalidIssuer' | 'TokenVerificationSdJwtJwksMissingKeys' | 'TokenVerificationSdJwtSignatureFailed' | 'TokenVerificationSdJwtInvalidEmailVerified' | 'TokenVerificationSdJwtInvalidEmail' | 'TokenVerificationSdJwtInvalidHolderKey' | 'TokenVerificationKbInvalidTyp' | 'TokenVerificationKbMissingAud' | 'TokenVerificationKbMissingNonce' | 'TokenVerificationKbMissingIat' | 'TokenVerificationKbMissingSdHash' | 'TokenVerificationKbInvalidIssuedAt' | 'TokenVerificationKbInvalidAudience' | 'TokenVerificationKbInvalidNonce' | 'TokenVerificationKbInvalidSdHash' | 'TokenVerificationKbMissingCnf' | 'TokenVerificationKbSignatureFailed');
|
|
3886
|
+
export type EmailVerificationRequestIssueReason = ('InvalidEmail' | 'DnsFetchFailed' | 'DnsInvalidRecord' | 'WellKnownHttpNotFound' | 'WellKnownNoResponse' | 'WellKnownInvalidResponse' | 'WellKnownListEmpty' | 'WellKnownInvalidContentType' | 'WellKnownMissingIssuanceEndpoint' | 'WellKnownIssuanceEndpointCrossOrigin' | 'WellKnownUnsupportedSigningAlgorithm' | 'TokenHttpNotFound' | 'TokenNoResponse' | 'TokenInvalidResponse' | 'TokenInvalidContentType' | 'TokenMalformedSdJwt' | 'TokenInvalidSdJwt' | 'KeyBindingSigningFailed' | 'RpOriginIsOpaque' | 'WellKnownMissingAccountsEndpoint' | 'UserLoggedOut' | 'WellKnownAccountsEndpointCrossOrigin' | 'AccountsHttpNotFound' | 'AccountsNoResponse' | 'AccountsInvalidResponse' | 'AccountsInvalidContentType' | 'AccountsEmptyList' | 'EmailVerificationWellKnownHttpNotFound' | 'EmailVerificationWellKnownNoResponse' | 'EmailVerificationWellKnownInvalidResponse' | 'EmailVerificationWellKnownInvalidContentType' | 'JwksHttpNotFound' | 'JwksInvalidResponse' | 'TokenVerificationSdJwtUnsupportedHeaderAlg' | 'TokenVerificationSdJwtInvalidTyp' | 'TokenVerificationSdJwtMissingIss' | 'TokenVerificationSdJwtMissingIat' | 'TokenVerificationSdJwtMissingCnf' | 'TokenVerificationSdJwtMissingEmail' | 'TokenVerificationSdJwtInvalidIssuedAt' | 'TokenVerificationSdJwtInvalidIssuer' | 'TokenVerificationSdJwtJwksMissingKeys' | 'TokenVerificationSdJwtSignatureFailed' | 'TokenVerificationSdJwtInvalidEmailVerified' | 'TokenVerificationSdJwtInvalidEmail' | 'TokenVerificationSdJwtInvalidHolderKey' | 'TokenVerificationKbInvalidTyp' | 'TokenVerificationKbMissingAud' | 'TokenVerificationKbMissingNonce' | 'TokenVerificationKbMissingIat' | 'TokenVerificationKbMissingSdHash' | 'TokenVerificationKbInvalidIssuedAt' | 'TokenVerificationKbInvalidAudience' | 'TokenVerificationKbInvalidNonce' | 'TokenVerificationKbInvalidSdHash' | 'TokenVerificationKbMissingCnf' | 'TokenVerificationKbSignatureFailed' | 'CrossOriginIframeNotSupported');
|
|
3887
3887
|
|
|
3888
3888
|
/**
|
|
3889
3889
|
* This issue tracks client hints related issues. It's used to deprecate old
|
|
@@ -21706,7 +21706,7 @@ export namespace Protocol {
|
|
|
21706
21706
|
* every assertion operation will report a value of 0.
|
|
21707
21707
|
* See https://w3c.github.io/webauthn/#signature-counter
|
|
21708
21708
|
*/
|
|
21709
|
-
signCount:
|
|
21709
|
+
signCount: number;
|
|
21710
21710
|
/**
|
|
21711
21711
|
* The large blob associated with the credential.
|
|
21712
21712
|
* See https://w3c.github.io/webauthn/#sctn-large-blob-extension (Encoded as a base64 string when passed over JSON)
|
|
@@ -21845,7 +21845,7 @@ export namespace Protocol {
|
|
|
21845
21845
|
* assertion operation will report a value of 0.
|
|
21846
21846
|
* See https://w3c.github.io/webauthn/#signature-counter
|
|
21847
21847
|
*/
|
|
21848
|
-
signCount?:
|
|
21848
|
+
signCount?: number;
|
|
21849
21849
|
}
|
|
21850
21850
|
|
|
21851
21851
|
/**
|