fumble icon indicating copy to clipboard operation
fumble copied to clipboard

Simple error objects in node. Created specifically to be used with https://github.com/yahoo/fetchr and based on https://github.com/hapijs/boom

Results 2 fumble issues
Sort by recently updated
recently updated
newest added

Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 5.1.0. Release notes Sourced from chai's releases. v5.1.0 What's Changed Remove useless guards and add parentheses to constuctors by @​koddsson in chaijs/chai#1593 Cleanup jsdoc comments...

dependencies

@koulmomo is there any reason you inherit the prototype from the instance instead of chaining the class' prototype like the mdn link in comment specifies? https://github.com/yahoo/fumble/blob/master/HttpError.js#L28