THEOplayer / web-ui

UI component library for the THEOplayer Web SDK
https://www.theoplayer.com/docs/open-video-ui/web/
MIT License
10 stars 0 forks source link

Add polyfill bundle #41

Open MattiasBuelens opened 11 months ago

MattiasBuelens commented 11 months ago

Right now, users need to load both an ES2015 polyfill and a Custom Elements polyfill in order to support legacy browsers. As a convenience, we now ship our own polyfill bundle, so users only need to load one.

This also allows us to add more polyfills in the future, if the need arises.