зеркало из https://github.com/mozilla/hubs.git
eslint exception in media-video
This commit is contained in:
Родитель
213fd63659
Коммит
871f629294
|
@ -508,6 +508,7 @@ AFRAME.registerComponent("media-video", {
|
|||
const contentType = this.data.contentType;
|
||||
let pollTimeout;
|
||||
|
||||
/* eslint-disable-next-line no-async-promise-executor*/
|
||||
return new Promise(async (resolve, reject) => {
|
||||
if (this._audioSyncInterval) {
|
||||
clearInterval(this._audioSyncInterval);
|
||||
|
|
Загрузка…
Ссылка в новой задаче