use AbortController for debounce #40
sergeysova
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Also, maybe do you know some sources, where it is stated, whether using Promise's
reject
orresolve
safe for GC or leads to memory leaks?Couple of days before I've read this article, and now I think, maybe it is better to use
AbortController
in a sense of memory consuming?I don't know :(
But this definitely looks uglier though...
Originally posted by @victordidenko in #38 (comment)
Beta Was this translation helpful? Give feedback.
All reactions