mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-01 02:06:11 +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
|