Module
JS.Fetch
- Package
- purescript-js-fetch
- Repository
- purescript-contrib/purescript-js-fetch
#FetchOptions Source
type FetchOptions :: Row Type
type FetchOptions = (keepalive :: Boolean, signal :: AbortSignal)
#fetchWithOptions Source
fetchWithOptions :: forall r rx. Union r rx FetchOptions => Request -> Record r -> Effect (Promise Response)