mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-02 03:26:39 +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
|