Re: [webauthn] Add new getClientCapabilities method (#1923)

> Switching the values to camel case is fine with me if it improves the developer experience. This is a fairly minor change.

To be clear I'm also wanting us to potentially change the `maplike` here...

```
[SecureContext, Exposed=Window]
interface PublicKeyCredentialClientCapabilities {
    readonly maplike<DOMString, boolean>;
};
```

...to something else that encourages clients to return basic, barebones objects. I think `maplike` gives the impression we want a `Map` used here when I think we should aim to return a populated `{}`.

-- 
GitHub Notification of comment by MasterKale
Please view or discuss this issue at https://github.com/w3c/webauthn/pull/1923#issuecomment-1866707533 using your GitHub account


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

Received on Thursday, 21 December 2023 17:49:01 UTC