domain-browser

4.8.0-next.1592606574.c8ac9846ee3b7cf5f1cf6de09e1894a2fd7a361e • Public • Published

domain-browser

Travis CI Build Status NPM version NPM downloads Dependency Status Dev Dependency Status
GitHub Sponsors donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.

Install

npm

  • Install: npm install --save domain-browser
  • Import: import * as pkg from ('domain-browser')
  • Require: const pkg = require('domain-browser')

jspm

<script type="module">
    import * as pkg from '//dev.jspm.io/domain-browser@4.8.0'
</script>

This package is published with the following editions:

  • domain-browser aliases domain-browser/source/index.js
  • domain-browser/source/index.js is ES5 source code for web browsers and Node.js with Require for modules

History

Discover the release history by heading on over to the HISTORY.md file.

Backers

Maintainers

These amazing people are maintaining this project:

Sponsors

No sponsors yet! Will you be the first?

GitHub Sponsors donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

Contributors

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

License

Unless stated otherwise all works are:

and licensed under:

Package Sidebar

Install

npm i domain-browser@4.8.0-next.1592606574.c8ac9846ee3b7cf5f1cf6de09e1894a2fd7a361e

Version

4.8.0-next.1592606574.c8ac9846ee3b7cf5f1cf6de09e1894a2fd7a361e

License

MIT

Unpacked Size

21.6 kB

Total Files

5

Last publish

Collaborators

  • bevryme