You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
⚠ BREAKING CHANGES
this removes the (hopefully) unused feature that arbitrary strings are allowed as URLs in the Request constructor. we now require that URLs are valid and absolute.
this drops support for node versions older than 12 LTS
Bug Fixes
check for existence of unref before calling (05fb45b), closes #13
ensure we abort a request that emits error on the response body (#25) (5565cde)