net icon indicating copy to clipboard operation
net copied to clipboard

x/net/html: add Node.{Ancestors,Children,Descendants}()

Open earthboundkid opened this issue 8 months ago • 14 comments

Adds iterators for the parents, immediate children, and all children of a Node respectively.

Fixes golang/go#62113

earthboundkid avatar Jun 22 '24 19:06 earthboundkid