-
Notifications
You must be signed in to change notification settings - Fork 83
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
Introduce innerHTML handlers #78
Comments
@nox @xtuc @inikulin would there be a way for me to ask this work looked at? It'd be really handy to have this in the htmlrewriter within workers. I'm currently looking at potentially replacing some rather unwieldy WASM code with htmlrewriter but being able to access the raw HTML within an element is a key part of it. Should I speak with our AM? |
Bumping this (old) issue — is there a supported/recommended way to extract HTML of a node ( |
bump |
Until we have an innerHTML method, is there a workaround to get this from the element? |
bump |
would love to know if this is possible as well. |
I followed this practice and it is working well for my usecase https://workers.tools/guides/2022-02-19-how-to-use-htmlrewriter-for-web-scraping/#extracting-html-subtrees |
Request extracted from #40. We want
innerHTML
handlers that allow users to modify the raw HTML of an element, similar to how they are already able to modify the element's text contents with text handlers. See this comment.The text was updated successfully, but these errors were encountered: