_hyperscript icon indicating copy to clipboard operation
_hyperscript copied to clipboard

Documenting processNode()

Open sdmcallister opened this issue 3 years ago • 0 comments

I find myself using _hyperscript.processNode(#id) in a few instances and didn't see it in the normal docs.

One scenario is when I am duplicating something:

<div id="test123">
   <div _="on click log 'Test' then put my outerHTML after me 
       _hyperscript.processNode(#test123)">Copy Me</div>
</div>

sdmcallister avatar Apr 24 '22 20:04 sdmcallister