Closed
Description
I'm looking into fixing #118 and wondering if it would be good to replace some of the ajax FFI code with the Affjax library.
It's also tempting to write an Affjax replacement that uses fetch
instead, although I assume the caniuse numbers for that feature (95%) aren't high enough for TryPurescript.
For reference, there's fetch-api
, which uses node-fetch
, but there could be an even lighter-weight and dependency-free wrapper for just browsers which uses built-in window.fetch
.