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

Consider switching to rescript-fetch #107

Open TheSpyder opened 2 years ago

TheSpyder commented 2 years ago

bs-fetch lives on as a zero-cost binding that depends on ReScript 10: https://github.com/glennsl/rescript-fetch

When we also depend on ReScript 10 perhaps we should delete the files we incorporated with #31 and replace them with a dependency on rescript-fetch instead.