Module

Web.Fetch

Package
purescript-web-fetch
Repository
purescript-web/purescript-web-fetch

#FetchOptions Source

type FetchOptions :: Row Typetype FetchOptions = (keepalive :: Boolean, signal :: AbortSignal)

#fetchWithOptions Source