geotiff.js
GitHub
System
Light
Dark
Search…
Preparing search index...
source/client/xhr
XHRClient
Class XHRClient
Hierarchy (
View Summary
)
BaseClient
XHRClient
Constructors
constructor
new
XHRClient
(
url
:
string
)
:
XHRClient
Parameters
url
:
string
Returns
XHRClient
Properties
url
url
:
string
Methods
construct
Request
constructRequest
(
headers
:
{}
,
signal
?:
AbortSignal
)
:
Promise
<
XHRResponse
>
Parameters
headers
:
{}
Optional
signal
:
AbortSignal
Returns
Promise
<
XHRResponse
>
request
request
(
_options
?:
{
headers
?:
{}
;
signal
?:
undefined
}
)
:
Promise
<
XHRResponse
>
Send a request with the options
Parameters
_options
:
{
headers
?:
{}
;
signal
?:
undefined
}
= {}
Returns
Promise
<
XHRResponse
>
Constructors
constructor
Properties
url
Methods
construct
Request
request
GitHub
geotiff.js
Loading...
Send a request with the options