Nodejs Exception Handler
Easy custom js exceptions for node & browser, AMD.
Enrich JS exceptions with causal context at throw time
Parse js Exceptions and Http responses to readable and standardized objects
Handle js exceptions and native exceptions
parse SPDX license expressions
Parse the Forwarded header (RFC 7239) into an array of objects
Implements the WebIDL algorithms for converting to and from JavaScript values
Essential initialization for every JavaScript process
Extendable error class for nodejs to extend native errors
A simple library containing verbose JS exceptions to make debugging and error throwing more clear.
A library for manipulating IPv4 and IPv6 addresses in JavaScript.
A light-weight module that brings Fetch API to node.js
HTTP exceptions module for Ts.ED Framework and other pure Express application
List of generic exceptions to be used in all other repos
Prettier plugin to sort JSON files alphanumerically by key
Promisify the node standard library.
Exceptions for Kernel Framework
Platform exceptions module for Ts.ED Framework
A pure JavaScript implementation of Sass.
List of exceptions that can be reused throughout Injective's projects.
The right way to process JS exceptions
A comprehensive library for mime-type mapping
An AST-based pattern checker for JavaScript.
Get notfied via exception handler or bug snap when any js exception occurs in your rails application
== Rails 3.1 javascript - Util asset pack == Sets up a window.Util object which includes * Spinner, with methods to set spinner next to element or hide the spinner * AjaxForm, to ajax enable simple forms * jQuery ajaxError global handler, exception data during development and friendly message in production == Usage spinner (js version) window.Util.spinner.nextTo('#my_button'); window.Util.spinner.nextTo('#my_button', 3, 4); // selector, top offset, left offset window.Util.spinner.hide(); ajax form (coffee script version) jQuery -> new window.Util.AjaxForm '#my_form', -> log "my_form submit success callback" == Install Update the Gemfile in your rails project, add the following line gem 'javascript_util_asset_pack' Run the generator rails generate javascript_util_asset_pack does the following: * Copy spinner.gif to /app/assets/images * Update application.html.erb adding javascript create window.Rails.env variable * Update application.html.erb adding image_tag for spinner.gif * Update application.js adding util_pack == WARNING * 0.0.10 and 0.0.11 are bad versions, use 0.0.12 or above == Coming Soon * configuration object * text in ajaxError overrides * spinner id override == Resources * spinner.gif generated using http://www.ajaxload.info == License The Unlicense (aka: public domain) http://unlicense.org == Ruby Gems * https://rubygems.org/gems/javascript_util_asset_pack
No description provided.
No description provided.