[webkit-changes] [WebKit/WebKit] b9e93c: [WebAuthn] Update rpId type to DOMString
Commit Queue
noreply at github.com
Wed Jul 31 15:13:01 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b9e93c034a7e55038d1fd708fdc3af8c1bbf164e
https://github.com/WebKit/WebKit/commit/b9e93c034a7e55038d1fd708fdc3af8c1bbf164e
Author: Pascoe <pascoe at apple.com>
Date: 2024-07-31 (Wed, 31 Jul 2024)
Changed paths:
M Source/WebCore/Modules/webauthn/PublicKeyCredentialRequestOptions.idl
Log Message:
-----------
[WebAuthn] Update rpId type to DOMString
https://bugs.webkit.org/show_bug.cgi?id=277439
rdar://132918362
Reviewed by Brent Fulgham.
This is to address a small, nit-like change in the spec to change the type of rpId in
PublicKeyCredentialRequestOptions to be DOMString instead of USVString to match
the member in PublicKeyCredentialRpEntity.id.
See https://github.com/w3c/webauthn/pull/2098.
* Source/WebCore/Modules/webauthn/PublicKeyCredentialRequestOptions.idl:
Canonical link: https://commits.webkit.org/281674@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list