Skip to content

Add support for shadowRoot so it can also be observed. #15

@pitus

Description

@pitus

The title says it all ...
I'm working on a page using lots of custom elements (Polymer/LitElement specifically) and would like to see what DOM changes they make, however DOMListener doesn't show any changes for me as all of the UI is within shadow DOM of custom components.
I have the same problem with MutationObserver - turns out, it needs to be attached to each shadowRoot separately :(
Perhaps you'll find a way to make it working with all of the DOM, including shadow DOM (as an user-selectable option)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions