Module

Fetch.Core

Package
purescript-fetch-core
Repository
rowtype-yoga/purescript-fetch-core

#FetchOptions Source

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

#fetchWithOptions Source