Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Performance: Allow passing the dom directly
This allows customizing the parser (using htmlparser2 instead of default's more strict and slower parse5). Also, if you do any post-processing, you can reuse the object and avoid parsing twice (expensive)
- Loading branch information