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

Is there a reason crypto.subtle is missing in most polyfills including this one? #221

Closed
shamilovtim opened this issue Apr 13, 2023 · 1 comment

Comments

@shamilovtim
Copy link

Hello,

We are using a project which needs crypto.browserify (or its derivatives and the packages it has inspired). However we have hit a problem: crypto.subtle isn't polyfilled. This is a source of incompatibility with all projects that depend on crypto.subtle. What can we do to get crypto.subtle in polyfills?

@ljharb
Copy link
Member

ljharb commented Apr 13, 2023

Not that I know of. A PR to add it, with tests, would probably be what's needed.

#203 seems related.

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

No branches or pull requests

2 participants