Computer scienceBackendNode.jsCore ConceptsInternal modulesStreams

Introduction to the Streams module

Compress stream

Report a typo

Complete the following code to compress the read stream.

const zlib = require('node:zlib');

let gzip = ________;
Enter a short text

Create a free account to access the full topic