Performance problems caused by use of offsetWidth
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 11.9k
- Forks
- 2.1k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
`offsetWidth` and `offsetHeight` both cause the browser to recalculate the layout, leading to performance problems.
Would be great to see these functions replaced by something more performant, e.g. the ResizeObserver API.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.