@zodiacs/engine 0.1.1-rc.1
Zodiacs.org
Registry
Widgets
Preparing search index...
geo
GeoNamesClientOptions
Interface GeoNamesClientOptions
interface
GeoNamesClientOptions
{
baseUrl
:
string
;
fetch
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
;
}
Index
Properties
base
Url
fetch?
Properties
base
Url
baseUrl
:
string
URL of a compatible directory containing index.json and shard JSON.
Optional
fetch
fetch
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
Type Declaration
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
URL
|
RequestInfo
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
string
|
URL
|
Request
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Url
fetch
Zodiacs.org
Registry
Widgets
@zodiacs/engine 0.1.1-rc.1
Loading...
URL of a compatible directory containing index.json and shard JSON.