This repository was archived by the owner on Mar 6, 2024. It is now read-only.
Refactor and convert to TS
Breaking changes:
- Repository has been converted to Typescript.
- Module format changed to ESM modules.
- Library consumers have to bring their own
fetchfunction. - HTML parser has been changed to
html-rewriter-wasmfor native async support, this library loads a WASM binary.
Other changes:
- Better error messages are now returned on failure.
- Numerous dependencies upgrade.