-
Notifications
You must be signed in to change notification settings - Fork 353
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
No removeChild() function #57
Comments
I think sunra has only forked the source and added things like namespace, so you have to report this to their sourceforge page |
Ah, good point. |
Here's how I solved it.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As far as I can determine, Simple HTML DOM does not have a way to actually remove DOM elements from a document. This can be troublesome, especially if you're using mpdf to make a PDF file and there's an
<svg>
tag in there; mpdf flips out whenever it sees one.There may be a good reason removeChild() has not been implemented, but as a suggestion for a future update, could such a function be implemented?
The text was updated successfully, but these errors were encountered: