You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: