Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upFeature Request #942
Open
Feature Request #942
Comments
This comment has been minimized.
This comment has been minimized.
var el = document.querySelector('#ElementID')
el.parentNode.removeChild(el)That should do :) |
This comment has been minimized.
This comment has been minimized.
Heh, nice. But I think without an official way to destroy, won't there be errors as @rafaelleru What you're asking for is basically the equivalent of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was looking the API and making my app to stream music, but I can find a option do disappend a file from the body, and the append other I only can play multiple files at the same time. how I can dissapend a file?