jspm / nodelibs-tls

MIT License
0 stars 4 forks source link

Use tls-browserify in the browser #1

Closed frankier closed 9 years ago

frankier commented 9 years ago

This is the final piece to making request/request work at least for simple requests for me with jspm.

guybedford commented 9 years ago

Looks great!

guybedford commented 9 years ago

I've merged this manually in https://github.com/jspm/nodelibs-tls/commit/bbdf2858e150d0d730d4a48f2768f4a75a2677d1 so this can be tested now with jspm install tls@master.

I'm getting npm:node-forge@0.6.21/js/forge.min not found within tls browserify. We may need to add an override to tls-browserify to fix this.

Don't have time to look into it right now unfortunately.