wasm-bindgen
wasm-bindgen copied to clipboard
AuthenticatorAttestationResponse does not expose getTransports
Describe the Bug
Per webauthn l3 https://www.w3.org/TR/webauthn-3/#iface-authenticatorattestationresponse AuthenticatorAttestationResponse should have access to a function named 'getTransports'. This is documented by MDN at https://developer.mozilla.org/en-US/docs/Web/API/AuthenticatorAttestationResponse
However, web_sys' https://docs.rs/web-sys/latest/web_sys/struct.AuthenticatorAttestationResponse.html does not provide get_transports as an available api call.
Steps to Reproduce
get_transports is not a function on AuthenticatorAttestationResponse
Expected Behavior
get_transports should be present as it is useful in webauthn contexts