Skip to content

fix: drop timeout-signal #1223

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

fix: drop timeout-signal #1223

wants to merge 2 commits into from

Conversation

AndriiAndreiev
Copy link
Collaborator

🧰 Changes

Due to compatibility issues with Node.js v24 - where most tests were failing and the SDK was not functioning correctly, throwing the error: TypeError: RequestInit: Expected signal ("AbortSignal {}") to be an instance of AbortSignal. - the third-party timeout-signal package has been removed in favor of the native AbortSignal.timeout, which is now supported in Node.js 18 and above.

🧬 QA & Testing

Run make test for Node.js SDK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant