Re: [webauthn] Make PublicKeyCredentialRequestOptions.rpId a DOMString (#2066)

Thanks for pointing this out!

2024-05-15 WG call: Agreed we should change `PublicKeyCredentialRpEntity.id` to `USVString`. Strictly speaking this is a breaking change (changing a type bound in covariant position to be more restrictive), but in practice this shouldn't be able to break any applications since those then credentials wouldn't have worked in `get()` anyway.

@jschanck Seeing as Firefox is the browser that makes the most actual use of WebIDL - would changing [`PublicKeyCredentialRpEntity.id`](https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrpentity-id) to `USVString` be a problem for Firefox?

-- 
GitHub Notification of comment by emlun
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/2066#issuecomment-2113367048 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 15 May 2024 20:06:38 UTC