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
We are moving from JSDOM to this - a lot faster - and initial we changed all our tagName matches to lowercase as the examples shows lowercase: tagName: 'ul'
We realized it wasn't working and that it was in fact returning UL just like JSDOM
Later in the docs it does specify Get or Set tag name of HTMLElement. Note that the returned value is an uppercase string.
Isn't it better if the example - which is at the very top and one of the first things we read - actually matches functionality? 😄
The text was updated successfully, but these errors were encountered:
Docs say
We are moving from JSDOM to this - a lot faster - and initial we changed all our
tagName
matches to lowercase as the examples shows lowercase:tagName: 'ul'
We realized it wasn't working and that it was in fact returning
UL
just like JSDOMLater in the docs it does specify
Get or Set tag name of HTMLElement. Note that the returned value is an uppercase string.
Isn't it better if the example - which is at the very top and one of the first things we read - actually matches functionality? 😄
The text was updated successfully, but these errors were encountered: