Update jsdom & drop obsolete workarounds #2153
Comments
mgol
added a commit
to mgol/jquery
that referenced
this issue
Mar 20, 2015
The latest version supporting Node.js is 3.1.2; some workarounds are not needed for this version. For example, in jsdom 3.1.2 a document created via document.implementation.createHTMLDocument( "" ) has a body. Fixes jquerygh-2153 Closes jquerygh-2154
mgol
added a commit
to mgol/jquery
that referenced
this issue
Mar 25, 2015
The latest version supporting Node.js is 3.1.2; some workarounds are not needed for this version. For example, in jsdom 3.1.2 a document created via document.implementation.createHTMLDocument( "" ) has a body. Fixes jquerygh-2153 Closes jquerygh-2154
mgol
added a commit
to mgol/jquery
that referenced
this issue
Mar 30, 2015
The latest version supporting Node.js is 3.1.2; some workarounds are not needed for this version. For example, in jsdom 3.1.2 a document created via document.implementation.createHTMLDocument( "" ) has a body. Fixes jquerygh-2153 Closes jquerygh-2154
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We currently test on jsdom
1.5.x. The latest version supporting Node.js is3.1.2, we should test on that. For example, in jsdom3.1.2a document created viadocument.implementation.createHTMLDocument( "" )has a body.The text was updated successfully, but these errors were encountered: