- Throw
TypeError
s instead ofstring
s on parser errors
- Add support for
Element#onEndTag
- Add support for the
html_rewriter_treats_esi_include_as_void_tag
compatibility flag - Throw a
TypeError
instead of astring
when a content token is used outside the relevant content handler
- Make
Promise
detection for async handlers stricter
- Fix
Promise
detection for async handlers.Promise
s in different realms will now be detected. Closes issue #1.
- Change the return type of
Element#attributes
toIterableIterator
- Bind handlers'
this
in Rust
Initial Release