Open
Description
We are using p-cancelable library. If we check its description, it comments:
If you target Node.js 16 or later, this package is sindresorhus/p-cancelable#27 and you should probably use AbortController instead.
So this issue is to explore and study the feasibility of using node AbortController to replace the library.
Useful links:
Activity