Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: nullify srcObject instead of calling removeAttribute #1145

Merged
merged 2 commits into from
Jan 21, 2021
Merged

fix: nullify srcObject instead of calling removeAttribute #1145

merged 2 commits into from
Jan 21, 2021

Conversation

komachi
Copy link
Contributor

@komachi komachi commented Jan 20, 2021

Sorry, I was wrong in #1121, as srcObject is not a content attrubute, but an IDL attribute, it cannot be cleared with removeAttribute. This pr fixes this and properly nullify srcObject as per spec.

src/players/FilePlayer.js Outdated Show resolved Hide resolved
Co-authored-by: Pete Cook <pete@cookpete.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants