HaxeFoundation / HaxeFoundation/haxe

TextTrack.addCue() expects wrong type?

Open
#6,219 2 comments 0 reactions 0 assignees View on GitHub
platform-javascript
Dominant language
Haxe
Stars
6.9k
Forks
715
Avg merge
2d 2h
Merged PRs (30d)
11

Description

`TextTrack.addCue( cue : VTTCue )` in
https://github.com/HaxeFoundation/haxe/blob/development/std/js/html/TextTrack.hx

Should be
`TextTrack.addCue( cue : TextTrackCue )` like expected in
https://developer.mozilla.org/en-US/docs/Web/API/TextTrack#methods

Since this is generated I wonder what could be done to fix this - or am I wrong?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.