You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is the API is used to determine if an element is resized. Browser support is pretty good in Chrome, but is still missing support in other major browsers.
41
41
42
-
> [Can i use ResizeObserver?](https://caniuse.com/#feat=ResizeObserver)
42
+
> [Can i use ResizeObserver?](https://caniuse.com/#feat=resizeobserver)
43
43
44
44
### Polyfill
45
45
@@ -84,4 +84,4 @@ function supportsResizeObserver() {
0 commit comments