zeed
Preparing search index...
fetchText
Function fetchText
fetchText
(
url
:
string
|
URL
,
fetchOptions
?:
fetchOptionsType
,
fetchFn
?:
(
input
:
RequestInfo
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
,
)
:
Promise
<
string
|
undefined
>
Fetch text content. Returns the response text or
undefined
on error.
Parameters
url
:
string
|
URL
fetchOptions
:
fetchOptionsType
= {}
fetchFn
:
(
input
:
RequestInfo
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
= fetch
Returns
Promise
<
string
|
undefined
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
zeed
Loading...
Fetch text content. Returns the response text or
undefinedon error.