atapas/webapis-playground

✨ [New Demo Request]: Compression Streams API Demo

shyakadev opened this issue · 0 comments

What is the Example and Demo Topic?

Compression Streams API

Please explain why do you need it?

The Compression Streams API provides a JavaScript API for compressing and decompressing streams of data using the gzip or deflate formats.
Built in compression means that JavaScript applications will not need to include a compression library, which makes the download size of the application smaller.

Any Links, Reads?

https://developer.mozilla.org/en-US/docs/Web/API/Compression_Streams_API

Do you want to contribute to the source code for this example?

Yes

If you are picking up this request to implement, PLEASE READ THIS