-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: abort-controllers #23
feat: abort-controllers #23
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also add a usage example for how one would abort the request? I can see people asking about that in the future.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a better example writeup.
This pull request introduces 106 alerts when merging 3bf635f into 01b8012 - view on LGTM.com new alerts:
|
3bf635f
to
2a84506
Compare
Co-authored-by: Tyler J Russell <[email protected]>
2a84506
to
9ee59d1
Compare
This reverts commit c1a0b1c.
* feat: support abort-controllers * docs: document abort controllers Co-authored-by: Tyler J Russell <[email protected]>
* feat: support abort-controllers * docs: document abort controllers Co-authored-by: Tyler J Russell <[email protected]>
# [1.2.0](v1.1.0...v1.2.0) (2021-04-13) ### Bug Fixes * change build target for backwards compat ([#25](#25)) ([87cbbd3](87cbbd3)) * **ci:** make filepaths correct ([9299fc0](9299fc0)) * **PetitioResponse:** support non-ascii json responses ([#11](#11)) ([d8344e4](d8344e4)) ### Features * abort-controllers ([#23](#23)) ([1ad4a5d](1ad4a5d)) * add all http methods ([#17](#17)) ([f869666](f869666)) * **ci:** build on every commit ([443070b](443070b)) * add support for stream ([c706801](c706801)) * add text encoding option & tests ([7f6f5c6](7f6f5c6)) ### Performance Improvements * improve response buffer handling ([#20](#20)) ([26d84e2](26d84e2)) * optimize loops ([#24](#24)) ([01b8012](01b8012)) * remove spread operators and callback loops ([#12](#12)) ([3bf48cc](3bf48cc))
# [1.3.0](v1.2.1...v1.3.0) (2021-04-13) ### Bug Fixes * change build target for backwards compat ([#25](#25)) ([87cbbd3](87cbbd3)) * **ci:** make filepaths correct ([9299fc0](9299fc0)) ### Features * abort-controllers ([#23](#23)) ([1ad4a5d](1ad4a5d)) * add all http methods ([#17](#17)) ([f869666](f869666)) * **ci:** build on every commit ([443070b](443070b)) ### Performance Improvements * improve response buffer handling ([#20](#20)) ([26d84e2](26d84e2)) * optimize loops ([#24](#24)) ([01b8012](01b8012))
No description provided.