Skip to content

Commit afc3e59

Browse files
authored
feat: Export addFont method (#6975)
Resolves #6943
1 parent ef15d13 commit afc3e59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/player.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7340,6 +7340,7 @@ shaka.Player = class extends shaka.util.FakeEventTarget {
73407340
*
73417341
* @param {string} name
73427342
* @param {string} url
7343+
* @export
73437344
*/
73447345
async addFont(name, url) {
73457346
if ('fonts' in document && 'FontFace' in window ) {

0 commit comments

Comments
 (0)