Skip to content

feat: add Element.getElementsByClassName#722

Merged
karfau merged 1 commit intomasterfrom
element-getElementsByClassName
Sep 5, 2024
Merged

feat: add Element.getElementsByClassName#722
karfau merged 1 commit intomasterfrom
element-getElementsByClassName

Conversation

@karfau
Copy link
Member

@karfau karfau commented Sep 5, 2024

the method was previously implemented on the Document interface.

https://developer.mozilla.org/en-US/docs/Web/API/Element/getElementsByClassName

supersedes #584
fixes #582

the method was previously implemented on the Document interface.

https://developer.mozilla.org/en-US/docs/Web/API/Element/getElementsByClassName

supersedes #584
fixes #582
@karfau karfau added this to the 0.9.2 milestone Sep 5, 2024
@codecov
Copy link

codecov bot commented Sep 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.36%. Comparing base (860279c) to head (825d837).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #722   +/-   ##
=======================================
  Coverage   94.35%   94.36%           
=======================================
  Files           8        8           
  Lines        2092     2093    +1     
  Branches      537      537           
=======================================
+ Hits         1974     1975    +1     
  Misses        118      118           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can not find getElementsByClassName funtion in item

1 participant