que-etc / resize-observer-polyfill

A polyfill for the Resize Observer API
MIT License
1.75k stars 132 forks source link

Browser support widget is broken in the README #74

Open aml2610 opened 4 years ago

aml2610 commented 4 years ago

Hi there, first of all thanks for the polyfill, it's very useful!

I am noticing the browser support widget is broken in the README so I cannot really see which browsers are supported with this polyfill.

I was wondering whether there is another way to see exactly which browsers this polyfill supports and also is it worth spending some time to fix the widget?

The list of supported browsers is especially useful when trying to use the polyfill in a widely used library which needs to maintain support for a specific list of browsers (so we can compare against this list).

Best Andrei