Open dariok opened 1 year ago
By now, the Range API and XPath evaluation via document.evaluate() have achieved > 94% browser support. With these, it should be possible to make wdbDocument.highhlightElements() more concise, robust and a lot faster..
document.evaluate()
wdbDocument.highhlightElements()
By now, the Range API and XPath evaluation via
document.evaluate()
have achieved > 94% browser support. With these, it should be possible to makewdbDocument.highhlightElements()
more concise, robust and a lot faster..