atapas / webapis-playground

The Web APIs Playground is a project to showcase the JavaScript Web APIs with examples and demonstrations. Client-side JavaScript APIs are here to help with providing wrapper functions for many low-level tasks.

Home Page:https://webapis-playground.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✨ [New Demo Request]: Add Streams API Demo

atapas opened this issue · comments

Please include the request by answering these questions.

What is the Example and Demo Topic?

Streams API

Please explain why do you need it?

The Streams API allows JavaScript to programmatically access streams of data received over the network and process them as desired by the developer.

A basic expectation is to cover most of the useful methods from this API. Please DO NOT COPY the existing examples from the MDN site.

Any Links, Reads?

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

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

Hey @atapas,
I would love to work on this issue, can you assign it to me?