error: Uncaught (in promise) TypeError: Deno.write is not a function
await Deno.write(this.writer.rid, headers);
^
at Writer.setup (https://deno.land/x/compress@v0.4.6/gzip/writer_gzip.ts:41:16)
at eventLoopTick (ext:core/01_core.js:175:7)
at async GzipStream.compress (https://deno.land/x/compress@v0.4.6/gzip/gzip_stream.ts:21:5)
error: Uncaught (in promise) TypeError: Deno.write is not a function
await Deno.write(this.writer.rid, headers);
^
at Writer.setup (https://deno.land/x/compress@v0.4.6/gzip/writer_gzip.ts:41:16)
at eventLoopTick (ext:core/01_core.js:175:7)
at async GzipStream.compress (https://deno.land/x/compress@v0.4.6/gzip/gzip_stream.ts:21:5)