nexusjs icon indicating copy to clipboard operation
nexusjs copied to clipboard

Support `fetch` for HTTP requests

Open RangerMauve opened this issue 7 years ago • 1 comments

A lot of libraries out there are geared towards the browser which has globals for interacting with the OS. I think it would be useful to provide some of these globals to make it easy to reuse libraries between the Nexus and the browser.

fetch is a great candidate since a lot of es6 libraries are going to be using it for any requests they do. Websocket would be another great candidate.

RangerMauve avatar Dec 11 '17 16:12 RangerMauve

Hi! Thank you for the suggestion.

I have added it to the roadmap. I'm currently looking into ways to implement this.

voodooattack avatar Dec 11 '17 22:12 voodooattack