servant-js
servant-js copied to clipboard
Automatically derive javascript functions to query servant webservices.
Including the `withCredentials` option should be useful for the Vanilla JS backend too, as it is included in the Axios backend. ````JavaScript ... xhr.setRequestHeader("Accept","application/json"); xhr.withCredentials = true; ... ````
Change logs for recent versions are missing in CHANGELOG.md.
This newest version of base-compat is rejected unnecessarily in the cabal file.
I've run the test suite constraining to the new versions of each bumped dependency - to do this I had to use the git version of language-ecmascript with some `--allow-newer`s,...