jsdom v18.1.0 Release Notes

    • ๐Ÿ›  Fixed headers.append() and headers.set() to normalize values. (MattiasBuelens)
    • ๐Ÿ›  Fixed pageshow events to have bubbles: true and cancelable: true. (MattiasBuelens)
    • ๐Ÿšฆ Implemented the reason property on AbortSignals, along with the corresponding reason argument to abortSignal.abort() and AbortSignal.abort(). (MattiasBuelens)