Optional
additionalPassed to fetch when performing a HTTP GET request for the file
Optional
credentials?: "include" | "omit" | "same-origin"Passed to fetch when performing a HTTP GET request for the file
Optional
headURL for HEAD request. Defaults to url
. This can, for example, differ from url
if you are using a signed URL for S3.
Optional
method?: stringPassed to fetch when performing a HTTP GET request for the file
URL for GET requests
Optional
additionalAdditional headers, if any, passed to fetch
when calling url
or headUrl
Credentials passed to fetch
when retrieving files. Defaults to same-origin
.
URL used when performing the HTTP HEAD request to fetch ZIP metadata
HTTP method used to fetch ZIP metadata (the initial HEAD request is always sent)
URL of the remote ZIP archive
Gets metadata about the ZIP file and constructs an initialised RemoteZip
.
An initialised RemoteZip
RemoteZipError if it fails to parse or fetch
Generated using TypeDoc
An uninitialised pointer to a remote ZIP file.
No network requests are sent until
populate()
is called.