Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(HtmlTrackElementList): allow to reference by index via bracket no…
…tation (#3776) Previously, HtmlTrackElementList did not actually let you access HtmlTrackElements via bracket notation (`list[0]`) unlike TextTrackList. This adds that feature.
- Loading branch information