mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00: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
|