You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…lementsByClassName
* fix: Allow getElementsByClassName to accept a whitespace-separated list
* chore: [#1618] Improves performance for getElemenmtsByClassName space separated list
---------
Co-authored-by: David Ortner <david@ortner.se>
To Reproduce
Expected behavior
in this case getElementsByClassName should return 1 element as shown here
Device:
Additional context
based on the same code, comma separated classes work as expected:
The text was updated successfully, but these errors were encountered: