jsdom v11.1.0 Release Notes

    • โž• Added javascript: URL "navigation" via window.location, at least by evaluating the side effects. It still doesn't actually navigate anywhere. (ForbesLindesay)
    • โšก๏ธ Updated whatwg-url to v6.1.0, bringing along origin serialization changes and URLSearchParams among various other fixes. (ForbesLindesay)
    • ๐Ÿ›  Fixed javascript: URL loading for iframes to do proper percent-decoding and error reporting.
    • ๐Ÿ›  Fixed corrupted XMLHttpRequest responses when they were over 1 MiB.
    • ๐Ÿ›  Fixed timers to not start after a window is close()d, which could cause strange errors since most objects are unusable at that point. (Enverbalalic)