Abort signals and node compatibility
Deno and Node's
Without the cast, I get the error below.
Is there a better/cleaner way?
Thanks.
AbortSignal types are not compatible. I have verified that I can use a deno AbortSignal with the node:events APIs (at least EventEmitter.once(), but I have to cast them to Node's own type if I want to get rid of errors:Without the cast, I get the error below.
Is there a better/cleaner way?
Thanks.

