HTML Web APIs
All HTML topics∙ Chapter 71
HTML Web APIs
Web APIs are JavaScript features built into the browser (not HTML tags). HTML provides the UI; JS APIs add advanced capabilities.
Geolocation
Get device location (with permission).
Web Storage
Store small data in the browser.
Web Workers
Run heavy tasks off the main thread.
SSE
Server sends updates to the browser.