browserify / crypto-browserify

partial implementation of node's `crypto` for the browser
MIT License
653 stars 199 forks source link

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

Closed shamilovtim closed 4 months ago

shamilovtim commented 1 year ago

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 commented 1 year ago

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

203 seems related.