Re: [whatwg/dom] `MutationObserver` flag to observe mutations in (open) shadow trees to facilitate polyfills of HTML syntax (Issue #1287)

Just in case another use case could inspire why this could be compelling...

Let's say I have a component auto-loader (like [shoelace autoload](https://github.com/shoelace-style/shoelace/blob/next/src/shoelace-autoloader.ts)) that detects custom elements being inserted into the DOM using MutationObserver. It'd be swell if some of my custom components (or perhaps 3rd party components) that use shoelace components in open shadowTrees could also trigger the auto-loading mechanism.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/1287#issuecomment-2489668452
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/issues/1287/2489668452@github.com>

Received on Wednesday, 20 November 2024 22:31:48 UTC