mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 14:43:01 +02:00
Previously, `document.getElementsByClassName("")` would return a
collection containing all elements in the given document.
2 lines
48 B
Plaintext
2 lines
48 B
Plaintext
document.getElementsByClassName("").length: 0
|