You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: