Package Exports
- https-browserify
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (https-browserify) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
https-browserify
https module compatability for browserify
example
var https = require('https-browserify')
var r = https.request('https://github.com')
r.on('request', function (res) {
console.log(res)
})methods
The API is the same as the client portion of the node core https module.
license
MIT