@mxraven/mail - v0.2.0
Preparing search index...
feedback
FetchLike
Type Alias FetchLike
FetchLike
:
(
url
:
string
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
A minimal
fetch
-compatible function.
Type Declaration
(
url
:
string
,
init
?:
RequestInit
)
:
Promise
<
Response
>
Parameters
url
:
string
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@mxraven/mail - v0.2.0
Loading...
A minimal
fetch-compatible function.