Module
Fetch.Core
- Package
- purescript-fetch-core
- Repository
- rowtype-yoga/purescript-fetch-core
#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)