Does RxJS support AbortController
in Node.js's fs/promises
?
#6102
Unanswered
Sawtaytoes
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When doing Node.js
fs/promises
, they supportAbortController
.From Node.js docs:
RxJS added
fromFetch
which I'm assuming wrapsfetch
and manages anAbortController
.Is there a
bindNodePromise
orbindCancelablePromise
to support other promises withAbortController
?Beta Was this translation helpful? Give feedback.
All reactions