Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't include
script
and style
elements in innerText
JSDOM doesn't support `innerText` [1], so our shim was just forwarding `textContent`. Instead, remove `script` and `style` elements, which won't do the same thing as in the browser but will hopefully remove most unwanted content. Addresses #111 [1] jsdom/jsdom#1245
- Loading branch information