Tag: Browser APIs
All the articles with the tag "Browser APIs".
-
What Happens to sessionStorage When You Duplicate a Tab?
Published: at 07:30 AMUnderstand how sessionStorage behaves when duplicating browser tabs, with practical examples and tips for web developers.
-
Why Does JavaScript Fetch Need Two Awaits?
Published: at 05:30 AMUnderstand why JavaScript's Fetch API uses two await calls and what happens if you skip parsing the response body.