abiA
Deno3y ago
1 reply
abi

Using Superagent in Deno?

Has anyone managed to make Superagent work nicely in Deno?

_ {
  type: "error",
  message: "Browser-only version of superagent could not find XHR"
}


I use Superagent via dependent package smee-client from esm.sh and it seems I can't figure out how to make Superagent and/or esm.sh understand that I want the non-browser Superagent?
Was this page helpful?