Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AsyncFlateDrainHandler

Handler for the asynchronous completion of (de)compression for a data chunk

type AsyncFlateDrainHandler = (size: number) => void;

§Type

§
(size: number) => void
[src]