jsdom v9.2.0 Release Notes

    • โž• Added jsdom.changeURL(window, newURL) for allowing you to override a window's existing URL. (mummybot)
    • ๐Ÿ›  Fixed the proxy option to be applied to all requests; previously it was not always passed through. (nicolashenry)
    • ๐Ÿ›  Fixed XMLHttpRequest response header filtering for cross-origin requests; this also fixes ProgressEvents fired from such XHRs. (nicolashenry)