Add remove()
and isRemoved
in HTMLRewriterTypes.Doctype
interface
#16020
Labels
remove()
and isRemoved
in HTMLRewriterTypes.Doctype
interface
#16020
What is the problem this feature would solve?
Currently, the argument for the doctype handler in
HTMLRewriterDocumentContentHandlers
is missingremove()
method andremoved
property. These APIs were added inlol-html
v0.3.3. I assume they were not created as very few people use these APIs but it has niche use cases (like extracting a single node).What is the feature you are proposing to solve the problem?
Create Zig bindings to
lol_html_doctype_remove
andlol_html_doctype_is_removed
functions and JavaScript bindings to those Zig APIs. Having type declarations for these APIs will also be very useful.What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: