You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/stream-browserify/node_modules/process
Matthew Butterick 3f36e2ce2c porting 7 years ago
..
LICENSE porting 7 years ago
README.md porting 7 years ago
browser.js porting 7 years ago
index.js porting 7 years ago
package.json porting 7 years ago

README.md

process

require('process'); just like any other module.

Works in node.js and browsers via the browser.js shim provided with the module.

package manager notes

If you are writing a bundler to package modules for client side use, make sure you use the browser field hint in package.json.

See https://gist.github.com/4339901 for details.

The browserify module will properly handle this field when bundling your files.