You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Updated for latest purescript-form-urlencoded.
Some helper functions were combined to accept Maybe RequestBody rather than having two variations of each.
All request functions now return Either Error _ - the Aff error channel is no longer used to capture errors from the XHR object, and the provided Error type captures the various possible error cases that can occur.