Closed
Description
We've long had requests for discord.js
support. It doesn't seem too far away now that we've got undici.Agent
and a workaround for the worker_threads
requirement.
Currently it looks like we need the following to finish support for discord.js
:
-
undici.request
(tracking in Implement someundici
APIs #1987) -
response.arrayBuffer()
hangs when called more than once (no tracking yet)