UNPKG
ja-geotiff
Version:
latest (2.1.4-beta.0)
2.1.4-beta.0
GeoTIFF image decoding in JavaScript
github.com/geotiffjs/geotiff.js
geotiffjs/geotiff.js
ja-geotiff
/
dist-module
/
source
/
client
/
xhr.d.ts
9 lines
•
283 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
class
XHRClient
extends
BaseClient
{
constructRequest
(
headers
:
any
,
signal
:
any
):
Promise
<
any
>;
request
({ headers, signal }?: {
headers
:
any
;
signal
:
any
; }):
Promise
<
any
>; }
import
{
BaseClient
}
from
"./base.js"
;
//# sourceMappingURL=xhr.d.ts.map