mapbox / mapbox-gl-supported

A library to determine if a browser supports Mapbox GL JS
BSD 3-Clause "New" or "Revised" License
42 stars 17 forks source link

Older versions of chrome text rendering breaks (chrome 48) #27

Closed asheemmamoowala closed 4 years ago

asheemmamoowala commented 4 years ago

This module should fail for older versions of browser that no longer work: https://github.com/mapbox/mapbox-gl-js/issues/8742

kkaefer commented 4 years ago

https://github.com/mapbox/mapbox-gl-js/pull/9349 will fix this issue in very old versions of Chrome, so we no longer need to exclude Chrome 48 once it gets released.