---
author: "Umesh Malik"
canonical: "https://umesh-malik.com/blog/tag/browser-apis"
description: "Explore articles tagged with Browser APIs by Umesh Malik — AI Engineer, LLM & GenAI Developer. Learn Browser APIs best practices, practical tips, and in-depth guides."
title: "Umesh Malik's Blog - Browser APIs Articles | Browser APIs Tutorials"
tokens: 151
generator: "scripts/generate-page-markdown.mjs"
---

[← Back to Blog](https://umesh-malik.com/blog)

# Browser APIs

1 article

 [![Diagram showing innerHTML leaving a declarative shadow root inert while setHTMLUnsafe attaches it correctly](https://umesh-malik.com/blog/shadow-dom-innerhtml-not-working-cover.png)

Web Engineering • Sep 24, 2026

### Fix Shadow DOM innerHTML not working: use setHTMLUnsafe

Shadow DOM innerHTML not working is a parsing gap, not a bug — it silently skips declarative shadow roots. Use setHTMLUnsafe() instead, plus five more gotchas.

9 min read

Read more →](https://umesh-malik.com/blog/shadow-dom-innerhtml-not-working)
