Remix.run Logo
zerocrates 4 hours ago

Yeah, querySelector/querySelectorAll are totally widespread in client-side, it's nice to finally have them in PHP's newer DOM. Definitely what people are used to doing.

werdnapk 4 hours ago | parent [-]

document.evaluate is also widespread client-side.

https://developer.mozilla.org/en-US/docs/Web/API/Document/ev...