videojs / videojs-contrib-quality-levels

Other
154 stars 52 forks source link

feat: make quality level list iterable. #136

Closed gjanblaszczyk closed 1 year ago

gjanblaszczyk commented 2 years ago

Description

The PR makes a quality level list iterable.

Specific Changes proposed

Add iterator to the QualityLevelList.

Requirements Checklist

gkatsev commented 2 years ago

Sounds good to me, though, this would be a breaking changing since it won't work on IE11.

gjanblaszczyk commented 1 year ago

I have just added a Symbol checking to avoid problems on IE 11. So right now, the PR doesn't introduce any breaking changes...

gjanblaszczyk commented 1 year ago

Ok, I have just reverted the Symbol checking.