bore icon indicating copy to clipboard operation
bore copied to clipboard

Consider allowing light DOM and shadow DOM wrappers separately

Open treshugart opened this issue 8 years ago • 1 comments

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

treshugart avatar Nov 20 '16 23:11 treshugart

This might cover #18 re shadow({ deep: true }).

treshugart avatar May 12 '17 19:05 treshugart