videojs / video.js

Video.js - open source HTML5 video player
https://videojs.com
Other
38.13k stars 7.46k forks source link

Add `silencePromise` function to export #7915

Open rtritto opened 2 years ago

rtritto commented 2 years ago

Export the silencePromise function.

Solution (draft):

import { utils: { silencePromise } } from 'video.js'
rtritto commented 1 month ago

Any update?

Note: I added a draft