css-element-queries
css-element-queries copied to clipboard
use native ResizeObserver when available
Hi there - great library, thank you!
Heads-up that there might be a ResizeObserver
coming in spec eventually. Would be great if the library would use the native implementation when available.
See:
- https://developers.google.com/web/updates/2016/10/resizeobserver
- https://wicg.github.io/ResizeObserver/
- https://github.com/WICG/ResizeObserver/issues/3
thanks!
Yeah, but I guess it will take ages until we have it available.
true, looks like it'll just be chrome for a while