Skip to content
This repository was archived by the owner on Feb 4, 2018. It is now read-only.
This repository was archived by the owner on Feb 4, 2018. It is now read-only.

Consider allowing light DOM and shadow DOM wrappers separately #2

@treshugart

Description

@treshugart

Currently there's only mount(). There might be use cases for:

  • light() - Only traverses light DOM
  • shadow() - Current impl of mount(). Uses shadowRoot, but does not descend into descendant components contained in the shadow root (only sees their light DOM).
  • shadow({ deep: true }) traverses child shadow roots all the way down

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions