wasm-bindgen icon indicating copy to clipboard operation
wasm-bindgen copied to clipboard

AuthenticatorAttestationResponse does not expose getTransports

Open Firstyear opened this issue 3 years ago • 0 comments

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

Firstyear avatar May 19 '22 06:05 Firstyear