This could allow for downloading a for example compressed file and decompressing it before it is cached like described in esbuild#936.
It should be rather trivial to implement and could look like this:
const file = await cache("https://example.com/file.zip", (stream: ReadableStream) => {
return stream.pipeThrough(unzipTransformStream);
});
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too