elastic / elastic-transport-js

Transport classes and utilities shared among Node.js Elastic client libraries
Apache License 2.0
4 stars 24 forks source link

Refactor request abort handling #99

Closed JoshMock closed 1 month ago

JoshMock commented 1 month ago

Refactors HttpConnection to stop using the deprecated 'abort' event on requests and the deprecated 'aborted' event on responses.

Also does some basic linter cleanup, added/improved a few docstrings, and improved assertion messages for several unit tests.