jsdom v20.0.1 Release Notes

    • ๐Ÿ‘Œ Improved the performance of appending <option> elements to <select> elements. (TheHound)
    • ๐Ÿ›  Fixed location.pathname getter to not crash when the JSDOM instance was created using an opaque-path URL, including the default URL of about:blank.
    • ๐Ÿ›  Fixed crypto.getRandomValues() to accept typed array subclasses. (sebamarynissen)
    • โšก๏ธ Updated various dependency minor versions. Notably, nwsapi fixed some selectors bugs, and tough-cookie fixed some cookie bugs.