Idris2Doc : Web.Internal.FetchTypes

Web.Internal.FetchTypes

(source)

Definitions

dataRequestDestination : Type
Totality: total
Visibility: public export
Constructors:
Empty : RequestDestination
Audio : RequestDestination
Audioworklet : RequestDestination
Document : RequestDestination
Embed : RequestDestination
Font : RequestDestination
Frame : RequestDestination
Iframe : RequestDestination
Image : RequestDestination
Manifest : RequestDestination
Object : RequestDestination
Paintworklet : RequestDestination
Report : RequestDestination
Script : RequestDestination
Sharedworker : RequestDestination
Style : RequestDestination
Track : RequestDestination
Video : RequestDestination
Worker : RequestDestination
Xslt : RequestDestination

Hints:
EqRequestDestination
FromFFIRequestDestinationString
OrdRequestDestination
ShowRequestDestination
ToFFIRequestDestinationString
read : String->MaybeRequestDestination
Totality: total
Visibility: public export
dataRequestMode : Type
Totality: total
Visibility: public export
Constructors:
Navigate : RequestMode
SameOrigin : RequestMode
NoCors : RequestMode
Cors : RequestMode

Hints:
EqRequestMode
FromFFIRequestModeString
OrdRequestMode
ShowRequestMode
ToFFIRequestModeString
read : String->MaybeRequestMode
Totality: total
Visibility: public export
dataRequestCredentials : Type
Totality: total
Visibility: public export
Constructors:
Omit : RequestCredentials
SameOrigin : RequestCredentials
Include : RequestCredentials

Hints:
EqRequestCredentials
FromFFIRequestCredentialsString
OrdRequestCredentials
ShowRequestCredentials
ToFFIRequestCredentialsString
read : String->MaybeRequestCredentials
Totality: total
Visibility: public export
dataRequestCache : Type
Totality: total
Visibility: public export
Constructors:
Default : RequestCache
NoStore : RequestCache
Reload : RequestCache
NoCache : RequestCache
ForceCache : RequestCache
OnlyIfCached : RequestCache

Hints:
EqRequestCache
FromFFIRequestCacheString
OrdRequestCache
ShowRequestCache
ToFFIRequestCacheString
read : String->MaybeRequestCache
Totality: total
Visibility: public export
dataRequestRedirect : Type
Totality: total
Visibility: public export
Constructors:
Follow : RequestRedirect
Error : RequestRedirect
Manual : RequestRedirect

Hints:
EqRequestRedirect
FromFFIRequestRedirectString
OrdRequestRedirect
ShowRequestRedirect
ToFFIRequestRedirectString
read : String->MaybeRequestRedirect
Totality: total
Visibility: public export
dataResponseType : Type
Totality: total
Visibility: public export
Constructors:
Basic : ResponseType
Cors : ResponseType
Default : ResponseType
Error : ResponseType
Opaque : ResponseType
Opaqueredirect : ResponseType

Hints:
EqResponseType
FromFFIResponseTypeString
OrdResponseType
ShowResponseType
ToFFIResponseTypeString
read : String->MaybeResponseType
Totality: total
Visibility: public export
dataReferrerPolicy : Type
Totality: total
Visibility: public export
Constructors:
Empty : ReferrerPolicy
NoReferrer : ReferrerPolicy
NoReferrerWhenDowngrade : ReferrerPolicy
SameOrigin : ReferrerPolicy
Origin : ReferrerPolicy
StrictOrigin : ReferrerPolicy
OriginWhenCrossOrigin : ReferrerPolicy
StrictOriginWhenCrossOrigin : ReferrerPolicy
UnsafeUrl : ReferrerPolicy

Hints:
EqReferrerPolicy
FromFFIReferrerPolicyString
OrdReferrerPolicy
ShowReferrerPolicy
ToFFIReferrerPolicyString
read : String->MaybeReferrerPolicy
Totality: total
Visibility: public export
dataHeaders : Type
Totality: total
Visibility: export
Hints:
FromFFIHeadersHeaders
JSTypeHeaders
SafeCastHeaders
ToFFIHeadersHeaders
dataRequest : Type
Totality: total
Visibility: export
Hints:
FromFFIRequestRequest
JSTypeRequest
SafeCastRequest
ToFFIRequestRequest
dataResponse : Type
Totality: total
Visibility: export
Hints:
FromFFIResponseResponse
JSTypeResponse
SafeCastResponse
ToFFIResponseResponse
dataRequestInit : Type
Totality: total
Visibility: export
Hints:
FromFFIRequestInitRequestInit
JSTypeRequestInit
ToFFIRequestInitRequestInit
dataResponseInit : Type
Totality: total
Visibility: export
Hints:
FromFFIResponseInitResponseInit
JSTypeResponseInit
ToFFIResponseInitResponseInit
dataBody : Type
Totality: total
Visibility: export
Hints:
FromFFIBodyBody
ToFFIBodyBody