Network requests are not cancelled after the player is destroyed
This commit is contained in:
parent
3509995756
commit
22af7f16ea
@ -12,6 +12,7 @@ import { getProviderByUrl, providers, types } from './config/types';
|
|||||||
import Console from './console';
|
import Console from './console';
|
||||||
import controls from './controls';
|
import controls from './controls';
|
||||||
import Fullscreen from './fullscreen';
|
import Fullscreen from './fullscreen';
|
||||||
|
import html5 from './html5';
|
||||||
import Listeners from './listeners';
|
import Listeners from './listeners';
|
||||||
import media from './media';
|
import media from './media';
|
||||||
import Ads from './plugins/ads';
|
import Ads from './plugins/ads';
|
||||||
@ -1135,6 +1136,9 @@ class Plyr {
|
|||||||
// Unbind listeners
|
// Unbind listeners
|
||||||
unbindListeners.call(this);
|
unbindListeners.call(this);
|
||||||
|
|
||||||
|
// Cancel current network requests
|
||||||
|
html5.cancelRequests.call(this);
|
||||||
|
|
||||||
// Replace the container with the original element provided
|
// Replace the container with the original element provided
|
||||||
replaceElement(this.elements.original, this.elements.container);
|
replaceElement(this.elements.original, this.elements.container);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user