Skip to content

Commit

Permalink
the add to batch button wasnt working so im doing this
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Chen <[email protected]>
  • Loading branch information
gusborg88 and Josh-Cena authored Sep 30, 2024
1 parent 7979ae4 commit 8f34794
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/en-us/web/api/htmlmediaelement/addtexttrack/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ addTextTrack(kind, label, language)
### Parameters

- `kind`
- A string representing the {{domxref("TextTrack.kind")}} property (`subtitles`, `captions`, `descriptions`, `chapters`, or `metadata`).
- : A string representing the {{domxref("TextTrack.kind")}} property (`subtitles`, `captions`, `descriptions`, `chapters`, or `metadata`).
- `label`
- A string representing the {{domxref("TextTrack.label")}} property.
- : A string representing the {{domxref("TextTrack.label")}} property.
- `language`
- A string representing the {{domxref("TextTrack.language")}} property, or the `[/en-US/docs/Web/HTML/Element/track#srclang](srclang)` property.
- : A string representing the {{domxref("TextTrack.language")}} property.

### Return value

Expand Down

0 comments on commit 8f34794

Please sign in to comment.