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

fix: don't crash in some secure contexts #54

Merged
merged 1 commit into from
Jan 29, 2023
Merged

Conversation

threepointone
Copy link
Contributor

This uses a weaker implementation to generate conneciton IDs if crypto.randomUUID() isn't available in the browser (re: WICG/uuid#23) Fixes #53

This uses a weaker implementation to generate conneciton IDs if crypto.randomUUID() isn't available in the browser (re: WICG/uuid#23) Fixes #53
@threepointone threepointone merged commit 244de6a into main Jan 29, 2023
@threepointone threepointone deleted the polyfill-randomUUID branch January 29, 2023 22:27
@threepointone threepointone mentioned this pull request Jul 16, 2023
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.randomUUID needs polyfill
1 participant