Expand description
Implements traversal over the DOM tree. The traversal starts in sequential mode, and optionally parallelizes as it discovers work.
Functions§
- Do a DOM traversal for top-down and (optionally) bottom-up processing, generic over
D
. - See documentation of the pref for performance characteristics.