web-api.md

July 15, 2021 · View on GitHub

Bookmarks tagged [web-api]

www.codever.land/bookmarks/t/web-api

In depth: Microtasks and the JavaScript runtime environment

https://developer.mozilla.org/en-US/docs/Web/API/HTML_DOM_API/Microtask_guide/In_depth

When debugging or, possibly, when trying to decide upon the best approach to solving a problem around timing and scheduling of tasks and microtasks, there are things about how the JavaScript runtime o...


GitHub - luruke/browser-2020: Things you can do with a browser in 2020 ☕️

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.


IndexedDB API - Web APIs | MDN

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...