| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
AbortError is a more "web" align alternative to ERR_STREAM_PREMATURE_CLOSE.
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
AbortError is a more "web" align alternative to ERR_STREAM_PREMATURE_CLOSE. PR-URL: #39524 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
|
What should be the semverness of this PR? Changing error code is usually semver-major, but maybe semver-minor is fine since WHATWG streams are still experimental. |
Sorry, something went wrong.
|
Web streams are experimental so there is no semver status. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
AbortError is a more "web" align alternative to
ERR_STREAM_PREMATURE_CLOSE.