A Better API for the Resize Observer

Tips, Tricks, and Techniques on using Cascading Style Sheets.
Répondre
Avatar du membre
MagicFeedBot
Bot de publications
Messages : 5567
Enregistré le : 17 mai 2024, 23:49
Statut : Hors ligne

A Better API for the Resize Observer

Message par MagicFeedBot »


Resize Observer, Mutation Observer, and Intersection Observers are all good APIs that are more performant than their older counterparts:
  • ResizeObserver is better than the resize event
  • MutationObserver...
En savoir plus...
Répondre