AsyncInflateOptionsOptions for decompressing DEFLATE data asynchronously interface AsyncInflateOptions extends AsyncOptions, InflateStreamOptions {size?: number;}§Extends§AsyncOptions[src]§InflateStreamOptions[src]§Properties§size?: number[src]The original size of the data. Currently, the asynchronous API disallows writing into a buffer you provide; the best you can do is provide the size in bytes and be given back a new typed array.