Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Web Authentication API to level 3 #4000

Merged
merged 1 commit into from
Jul 28, 2024
Merged

Conversation

daxpedda
Copy link
Collaborator

@daxpedda daxpedda commented Jun 26, 2024

Level 3 is unstable, but level 2 got updated as well.
Unfortunately we have stabilized level 2 too early, so there are some changes that we couldn't make anymore. Some properties were deprecated, so I added support for deprecating dictionary properties as well.

This also fixed an issue with setter shims missing the #[cfg(web_sys_unstable_apis)] guard, which coincidentally made the additions here break web-sys. This was fixed by #3993.

Replaces #3932.
Cc @Firstyear.

@daxpedda daxpedda force-pushed the web-auth branch 2 times, most recently from bc4e3bd to 5d9e7ee Compare June 26, 2024 10:05
@daxpedda daxpedda merged commit 168b801 into rustwasm:main Jul 28, 2024
25 checks passed
@daxpedda daxpedda mentioned this pull request Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant