- Throw
TypeErrors instead ofstrings on parser errors
- Add support for
Element#onEndTag - Add support for the
html_rewriter_treats_esi_include_as_void_tagcompatibility flag - Throw a
TypeErrorinstead of astringwhen a content token is used outside the relevant content handler
- Make
Promisedetection for async handlers stricter
- Fix
Promisedetection for async handlers.Promises in different realms will now be detected. Closes issue #1.
- Change the return type of
Element#attributestoIterableIterator - Bind handlers'
thisin Rust
Initial Release