Skip to content

Conversation

@emutavchi
Copy link
Collaborator

Sometimes applications create a <video> tag with preload="none" and then remove the element from the DOM without ever starting playback. This results in the video element being leaked, because HTMLMediaElement::virtualHasPendingActivity() retains the element while its network state is still "Loading".

Sometimes applications create a <video> tag with 'preload="none"' and
then remove the element from the DOM without ever starting
playback. This results in the video element being leaked,
because HTMLMediaElement::virtualHasPendingActivity() retains the
element while its network state is still "Loading".
@emutavchi emutavchi requested a review from philn as a code owner January 5, 2026 20:02
@modeveci modeveci requested review from eocanha and removed request for philn January 6, 2026 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants