All Projects → bevry → domain-browser

bevry / domain-browser

Licence: other
Node's domain module for the web browser

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to domain-browser

rescue
🚒✨ Rescue: better errors through types (a more type directed MonadThrow/MonadCatch)
Stars: ✭ 18 (-40%)
Mutual labels:  error-handling
ErrorLayout
Simple layout to show custom error toast with animation
Stars: ✭ 13 (-56.67%)
Mutual labels:  error-handling
errors
Simple error handling primitives that work well with structured logging
Stars: ✭ 28 (-6.67%)
Mutual labels:  error-handling
typescript-css-modules-demo
A working demo of CSS Modules, using TypeScript, css-modulesify and typed-css-modules
Stars: ✭ 25 (-16.67%)
Mutual labels:  browserify
moko-errors
Automated exceptions handler for mobile (android & ios) Kotlin Multiplatform development.
Stars: ✭ 45 (+50%)
Mutual labels:  error-handling
jsonerror
Makes Go error-handling a breeze!
Stars: ✭ 28 (-6.67%)
Mutual labels:  error-handling
gommon
A collection of common util libraries for Go
Stars: ✭ 26 (-13.33%)
Mutual labels:  error-handling
validator
💯Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
Stars: ✭ 9,721 (+32303.33%)
Mutual labels:  error-handling
raygun4ruby
The Ruby & Ruby on Rails provider for Raygun
Stars: ✭ 37 (+23.33%)
Mutual labels:  error-handling
ErrorHandler
This is a library for Google Apps Script projects. It provides methods to perform an Exponential backoff logic whenever it is needed and rewrite error objects before sending them to Stackdriver Logging.
Stars: ✭ 14 (-53.33%)
Mutual labels:  error-handling
middleman-gulp
A Middleman 4 template using Gulp.js via the external pipeline
Stars: ✭ 42 (+40%)
Mutual labels:  browserify
whoops
It makes simple create qualified errors.
Stars: ✭ 28 (-6.67%)
Mutual labels:  error-handling
LibreMaple-Client
Made-from-scratch Maplestory game client for LibreMaple, fork of JourneyClient
Stars: ✭ 26 (-13.33%)
Mutual labels:  client-side
apollo-error-converter
Global Apollo Server Error handling made easy. Remove verbose and repetitive resolver / data source Error handling. Automatic Error catching, logging, and conversion to ApolloErrors.
Stars: ✭ 16 (-46.67%)
Mutual labels:  error-handling
react-strap-table
react table (client and server-side) based on bootstrap.
Stars: ✭ 28 (-6.67%)
Mutual labels:  client-side
HITMers
Management system for Harbin Institute of Technology Museum
Stars: ✭ 70 (+133.33%)
Mutual labels:  client-side
extendscript-starter
Starter project for extendscript-bundler + live reload capabilities
Stars: ✭ 26 (-13.33%)
Mutual labels:  browserify
vscode-qq
基于安卓QQ协议的vscode-qq扩展
Stars: ✭ 588 (+1860%)
Mutual labels:  client-side
rust-error-handle
detail rust error handle
Stars: ✭ 47 (+56.67%)
Mutual labels:  error-handling
showroom
Universal development and automated test environment for web components
Stars: ✭ 89 (+196.67%)
Mutual labels:  client-side

domain-browser

Status of the GitHub Workflow: bevry 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/[email protected]'
</script>

Editions

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].