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

Add webcrypto #598

Merged
merged 1 commit into from
Oct 17, 2021
Merged

Add webcrypto #598

merged 1 commit into from
Oct 17, 2021

Conversation

japgolly
Copy link
Contributor

Closes #597

I orginally thought the type would be js.UndefOr[Crypto] but according
to MDN, crypto is always available but not all of the methods are.

Closes #597

I orginally thought the type would be js.UndefOr[Crypto] but according
to MDN, `crypto` is always available but not all of the methods are.
@japgolly japgolly requested a review from armanbilge October 17, 2021 08:54
Copy link
Member

@armanbilge armanbilge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@armanbilge armanbilge merged commit ed19d07 into master Oct 17, 2021
@armanbilge armanbilge deleted the topic/webcrypto branch October 17, 2021 09:01
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.

crypto and it's deprecated package
2 participants