TheSpyder / rescript-webapi

ReScript bindings to the DOM and other Web APIs
http://tinymce.github.io/rescript-webapi/api/Webapi/
Other
149 stars 36 forks source link

Fetch support #31

Closed TheSpyder closed 2 years ago

TheSpyder commented 2 years ago

Fixes #5

This is little more than an import of bs-fetch plus a swap to pipe-first. A lot of people will need this when ReScript 10 drops (scheduled for January).

I also realised I needed to include extra copyright for the projects we've forked in the license. Seemed like a good time to take care of that.