I'm using it like:
var request = require('browser-request');
request('/blah', (err, resp, body) => {
});
But in the browser console, I get the uncaught exception "Error: no options given". However, according to the documentation, I don't need to give any options for a fetch request??