Module
Yoga.Fetch
- Package
- purescript-yoga-fetch
- Repository
- rowtype-yoga/purescript-yoga-fetch
#defaultFetchOptions Source
defaultFetchOptions :: { method :: Method }#postMethod Source
postMethod :: Method#headMethod Source
headMethod :: Method#arrayBuffer Source
arrayBuffer :: Response -> Aff ArrayBuffer#makeHeaders Source
makeHeaders :: forall r. Homogeneous r String => Record r -> Headers#statusCode Source
statusCode :: Response -> Int