Polyfill HTMLMediaElement.play
Return a `Promise` to match the new standard.
This commit is contained in:
parent
801c29d3b9
commit
270430f6a1
3 changed files with 41 additions and 21 deletions
|
@ -31,6 +31,7 @@ import './serverNotifications';
|
|||
import '../components/playback/playerSelectionMenu';
|
||||
import '../legacy/domParserTextHtml';
|
||||
import '../legacy/focusPreventScroll';
|
||||
import '../legacy/htmlMediaElement';
|
||||
import '../legacy/vendorStyles';
|
||||
import SyncPlay from '../components/syncPlay/core';
|
||||
import { playbackManager } from '../components/playback/playbackmanager';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue