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 Storage API

ade1705 opened this issue · comments

Please include the request by answering these questions.

What is the Example and Demo Topic?

Storage API

Please explain why do you need it?

The Storage interface of the Web Storage API provides access to a particular domain's session or local storage. It allows, for example, the addition, modification, or deletion of stored data items.

Any Links, Reads?

Storage 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

Can I work on this demo?

Can I work on this demo?

I already am, Check this out to see how to add an issue and work on it.