-
Notifications
You must be signed in to change notification settings - Fork 92
Description
One of your dependencies, browser-request, seems to have fallen out of maintenance. There's a number of pull requests with no responses and the library hasn't had any activity in the last year.
Browser support is poor. I'm not even sure if these results are accurate, since they're attached to a fork that maxogden wrote at some point. But they're linked to from the README on the main branch.
Since strong-remoting is what client-side loopback models will use to communicate with the server side API, it seems pretty crucial that this work cross browser.
It seems like the only place we are referencing browser-request is in the package.json. I think this section is being interpreted by browserify? Would it be possible to just use the http API and let browserify handle it natively? The browserify module says it's tested and working in most relevant browsers.