HaxeFoundation / HaxeFoundation/haxe
TextTrack.addCue() expects wrong type?
Open
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
Assessment
This issue has not been assessed yet.