Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.11 KB

web-api.md

File metadata and controls

16 lines (13 loc) · 1.11 KB

Bookmarks tagged [web-api]

https://github.com/luruke/browser-2020?utm_source=hackernewsletter&utm_medium=email&utm_term=fav

Things you can do with a browser in 2020 ☕️. Contribute to luruke/browser-2020 development by creating an account on GitHub.


https://developer.mozilla.org/en/docs/Web/API/IndexedDB_API

IndexedDB is a low-level API for client-side storage of significant amounts of structured data, including files/blobs. This API uses indexes to enable high-performance searches of this data. While Web...