From 96bd9dad069601a8efd50915f59df56a63e77359 Mon Sep 17 00:00:00 2001 From: yaweli Date: Tue, 27 Sep 2022 20:07:38 -0400 Subject: [PATCH] this project is absolut --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 73278b4..467f846 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ javascript-detect-element-resize ================================ +note: an onresize() is now working on all browsers , this project is absolut + + + + + + A Cross-Browser, Event-based, Element Resize Detection. In short, this implementation does NOT use an internal timer to detect size changes (as most implementations I found do).