abi
abi14mo ago

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"
}
_ {
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?
1 Reply
bigdevsoon
bigdevsoon10mo ago
bump