cheeriojs/cheerio

.attr(name) should lowercase name property

Open

#581 aberto em 21 de out. de 2014

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)TypeScript (1.626 forks)batch import
good first issue❌ Bug

Métricas do repositório

Stars
 (28.115 stars)
Métricas de merge de PR
 (Mesclagem média 6h 41m) (30 fundiu PRs em 30d)

Description

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

Guia do colaborador