Search results
makeAff :: forall a. ((Either Error a -> Effect Unit) -> Effect Canceler) -> Aff a
Constructs an Aff from low-level Effect effects using a callback. A
Canceler effect should be returned to cancel the pending action. The
supplied callback may be invoked only once. Subsequent invocation are
ignored.
P
purescript-aff
M
Effect.Aff
makeAffjaxGqlRequest :: String -> URL -> Array RequestHeader -> String -> String -> Json -> Request Json
P
purescript-graphql-client
M
GraphQL.Client.BaseClients.Affjax.Internal
No further results.