Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ for more information. Our VTTCue shim also includes properties of its abstract b
var cue = new window.VTTCue(0, 1, "I'm a cue.");
```

**Note:** Since this polfyill doesn't implement the track specification directly the `onenter`
**Note:** Since this polyfill doesn't implement the track specification directly the `onenter`
and `onexit` events will do nothing and do not exist on this shim.

### Extended API
Expand Down