cheeriojs/cheerio

.attr(name) should lowercase name property

Open

#581 geöffnet am 21. Okt. 2014

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (1.626 Forks)batch import
good first issue❌ Bug

Repository-Metriken

Stars
 (28.115 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6h 41m) (30 gemergte PRs in 30 T)

Beschreibung

When looking up an attribute with .attr(), the name of the attribute should be lowercased before looking up in .attribs object.

Contributor Guide