Browser API
Everything on SkillVeris tagged Browser API — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Interview Questions(3)
What is a Service Worker?
A service worker is a background JavaScript script the browser runs separately from the page, letting it intercept network requests, cache responses, and enabl…
How Does the HTML5 Drag and Drop API Work?
The HTML5 Drag and Drop API lets any element with draggable="true" be picked up and moved via a sequence of drag events (dragstart, dragover, drop, and others)…
How Does the Web Clipboard API Work?
The asynchronous Clipboard API (navigator.clipboard) lets web pages read from and write to the system clipboard via promise-based methods like writeText() and…