Rajiv Tirumalareddy
Rajiv Tirumalareddy
- [ ] Remove `registerFetcher` and `getFetcher` methods - [ ] Remove deprecated CRUD method signatures (i.e.. `.read(resource, params, config, callback)`).
I got this working in a fairly complex project. I even set up continuous deployment but there is a problem where any update I do to the code gets production...
@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