HTML Refresher and Detailed Study - Part 3
Post series: Part 1 , Part 2 Contents JavaScript can be confusing due to convenience over explicitness approach Web Workers API Web Worker is different from Service Worker Service Workers are also Web API HTML standard is massive now HTML Living Standard W3C is no longer Boss of HTML; Browser vendors are in charge Chromium (Google/Microsoft), WebKit (Apple) and Gecko (Mozilla) are bosses of the web now Living Standard is followed by Platform Engineering (Browsers). Product Engineering (.NET, Java) uses versions Big Tech has great power over web but Mozilla provides some balance HTML Server-Sent Events API Push Notifications (Firebase Cloud Messaging) HTML Living Standard Notifications Support Basic Web APIs not mentioned in W3Schools History API and IntersectionObserver API fetch API is Web API and not JavaScript language feature Node.js 18 onwards provides fetch API Historical background of fetch API W3Schools ...