daxpedda
daxpedda
Duplicate of #48.
Checking the [spec](https://www.w3.org/TR/webauthn-3/) I can see that its still in the draft stage. We usually make those APIs unstable. We made exceptions in the past for APIs that are unlikely...
> They are pretty unlikely to change though, since a lot of is it based on webauthn-l2. Just looking at the repo it seems to me that there are still...
Just move the WebIDL files from the `enabled` folder into the `unstable` one and run the generator again. Let me know if you run into any problems.
Replaced by #4000.
I think that the easiest way forward would be to just implement getters as `get_my_property()`. Obviously this isn't Rusty, but I believe its better then introducing a trait for each...
> Do you keep track of changes that you'd want to include in a future breaking change? We don't, mainly because we don't see a breaking change on the horizon...
Replaced with #3993.
> The other issue I'm having is some instability in the Safari Driver, unfixed for now. FWIW, I've been having spurious failures using Safaridriver lately as well, so far the...
@spigaz I believe you are spending quite a significant amount of time on testing facilities that don't have to be this perfect compared to all the other untested features `wasm-bindgen`...