jsdom v11.7.0 Release Notes

    • โž• Added the boolean return value to DOMTokenList's replace() method, per the recent spec addition.
    • โž• Added FileReader's readAsBinaryString() method, as it has been added back to the specification.
    • ๐Ÿ›  Fixed event handlers to be own properties of each Window, instead of on Window.prototype. (Fetz)
    • ๐Ÿ›  Fixed an exception that would sometimes get raised when removing an <img> element's src="" attribute. (atsikov)
    • ๐Ÿ›  Fixed abort events on AbortSignals to have their isTrusted set to true.
    • ๐Ÿ›  Fixed some argument conversions in XMLHttpRequest's open() method.
    • ๐Ÿ‘Œ Improved MIME type and data: URL parsing throughout jsdom, by using the new whatwg-mimetype and data-urls packages.
    • โœ‚ Removed some unnecessary .webidl files that were included in the npm package.