The url to be zipped.
The path to the zip file.
OptionalrequestInit: ZipFromUrlRequestInitOptional request initialization parameters.
A promise that resolves to an AsyncIOResult indicating whether the source was successfully zipped.
Zip a remote file and return the zip file data.
Use fflate as the zip backend.
This API is built on @happy-ts/fetch-t for downloading the source.
requestInit supports timeout, onProgress, and filename via ZipFromUrlRequestInit.
The url to be zipped.
OptionalrequestInit: ZipFromUrlRequestInitOptional request initialization parameters.
A promise that resolves to an AsyncIOResult indicating whether the source was successfully zipped.
Zip a remote file and write to a zip file.
Use fflate as the zip backend.
This API is built on
@happy-ts/fetch-tfor downloading the source.requestInitsupportstimeout,onProgress, andfilenamevia ZipFromUrlRequestInit.