@sammacbeth/libdwebify

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @sammacbeth/libdwebify

Weekly Downloads

4

Version

1.0.2

License

MIT

Unpacked Size

9.78 kB

Total Files

6

Last publish

Collaborators

  • sammacbeth