Skip to content

15.0.1

Choose a tag to compare

@github-actions github-actions released this 31 Aug 23:07
· 5840 commits to main since this release
bd26eb2

Fixed

  • Add AbortController polyfill (#575)
    • 15.0.0 introduced the use of the global AbortController to this package. The global AbortController was first introduced in Node 15, so this unintentionally broke support for the minimum Node version this package should support, which is Node 12. By polyfilling the AbortController, we restore Node 12 support.