Coder Social home page Coder Social logo

Comments (4)

emlun avatar emlun commented on July 28, 2024

We would have done this if possible, but unfortunately this is not allowed by the Web IDL definition of an interface attribute:

An attribute is an interface member or namespace member [...]
[...]
The type of the attribute, after resolving typedefs, must not be a nullable or non-nullable version of any of the following types:

[[transports]] is of sequence type, so it cannot be an attribute of interface AuthenticatorAttestationResponse.

from webauthn.

emlun avatar emlun commented on July 28, 2024

By the way, this is the same reason as for why getClientExtensionResults(), and a few others like it, must also be a getter method rather than a direct attribute.

from webauthn.

nbrr avatar nbrr commented on July 28, 2024

Thank you for explaining that @emlun. With this understanding and upon closer look, I notice that level 3 spec introduces use of toJSON(): this actually seems to address the frictions I mentioned?

from webauthn.

emlun avatar emlun commented on July 28, 2024

Ah right - yes, it does! dictionary doesn't have this limitation, so the toJSON() outputs indeed include these getter results as plain attributes.

from webauthn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.