tmdb-ts
Preparing search index...
TMDBOptions
Interface TMDBOptions
interface
TMDBOptions
{
fetch
?:
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
,
)
=>
Promise
<
Response
>
;
}
Index
Properties
fetch?
Properties
Optional
fetch
fetch
?:
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
Type Declaration
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
RequestInfo
|
URL
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetch
tmdb-ts
Loading...
MDN Reference