1.0.2 • Published 4 years ago

@sammacbeth/libdwebify v1.0.2

Weekly downloads
26
License
MIT
Repository
-
Last release
4 years ago

libdwebify

This is a Browserify transform, which replaces some node libraries with libdweb polyfills. This makes your node networking stack run in Firefox!

Current replaced modules:

  • net
  • dgram
  • dns

Install

npm install --save-dev @sammacbeth/libdwebify

Usage

Pass it to browserify with either -t to just replace in top-level files, or -g to also replace imports in dependencies:

browserify -e my_app.js -g @sammacbeth/libdwebify > bundle.js

Note, you will still have to add the libdweb experimental APIs in your extension manifest.

License

MIT