mathjax / MathJax-node

MathJax for Node
Apache License 2.0
615 stars 97 forks source link

Fix jsdom patch to work with version 9. #266 #272

Closed dpvc closed 7 years ago

dpvc commented 7 years ago

Fix jsdom patch to work with version 9 as well as version 7, and set user agent since the one in version 9 now makes MathJax think it is Safari. Resolves issue #266.

pkra commented 7 years ago

Could you update package.json with the jsdom version you've tested against? (Maybe we should make it a range such as >=7.0 <=9.8, cf https://docs.npmjs.com/files/package.json#dependencies?)

dpvc commented 7 years ago

OK, done.

pkra commented 7 years ago

Thanks!