Skip to content
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

fix: allow third party AbortControllers #1609

Merged
merged 2 commits into from Aug 19, 2022
Merged

Conversation

KhafraDev
Copy link
Member

Complements #1608 (totally fixes #1605)

When better checks are performed in the interfaceConverter function, this partial revert will be more useful. From my comment in #1608: Of course the webidl interface converter could also be improved such that when passing a strict: false option, it would check the object's Symbol.toStringTag/constructor name [instead of allowing any value].

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mcollina mcollina merged commit 417e7ab into nodejs:main Aug 19, 2022
@KhafraDev KhafraDev deleted the third-part-ac branch August 21, 2022 19:29
metcoder95 pushed a commit to metcoder95/undici that referenced this pull request Dec 26, 2022
* fix: allow third party AbortControllers

* fix: lint

Co-authored-by: Matthew Aitken <matthew@Matthews-MacBook-Air.local>
crysmags pushed a commit to crysmags/undici that referenced this pull request Feb 27, 2024
* fix: allow third party AbortControllers

* fix: lint

Co-authored-by: Matthew Aitken <matthew@Matthews-MacBook-Air.local>
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.

Can't bring custom abort-controller implementation to undici.fetch
3 participants