jsdom v7.1.1 Release Notes

    • When <iframe>s have unresolvable URLs, jsdom will no longer crash, but will instead just load about:blank into them. (This is the spec behavior.)
    • 🛠 Fixed document.writeln to correctly handle multiple arguments; previously it ignored all after the first.
    • 🛠 Fixed FileList objects to no longer have a property named "undefined". (jfremy)