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
An library taking advantage of [`purescript-aff`](https://github.com/slamdata/purescript-aff) to enable pain-free asynchronous AJAX requests and response handling.
5
+
A library taking advantage of [`purescript-aff`](https://github.com/slamdata/purescript-aff) to enable pain-free asynchronous AJAX requests and response handling.
6
6
7
7
# Getting Started
8
8
@@ -19,7 +19,7 @@ You can construct requests with the `affjax` function:
19
19
```purescript
20
20
main = launchAff $ do
21
21
res <- affjax $ defaultRequest { url = "/api", method = GET }
0 commit comments