You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started recently working on a web dashboard for one of my bots, and I was looking for a package to make requests to Discord API (which obviously are very common on a bot dashboard) easier than using the native fetch API.
I was delighted to see that this package exists, but was quite disappointed to see it doesn't support browser environments due to its use of big integer literals.
Ideal solution or implementation
I would like the library to be compatible with browser environments.
Alternative solutions or implementations
No response
Other context
No response
The text was updated successfully, but these errors were encountered:
BigInt literals are supported in all modern browsers, this is not the problem with support for browser environments. The two major things are event emitter and undici.request over fetch (which is significantly faster for node)
Which package is the feature request for?
rest
Feature
I started recently working on a web dashboard for one of my bots, and I was looking for a package to make requests to Discord API (which obviously are very common on a bot dashboard) easier than using the native fetch API.
I was delighted to see that this package exists, but was quite disappointed to see it doesn't support browser environments due to its use of big integer literals.
Ideal solution or implementation
I would like the library to be compatible with browser environments.
Alternative solutions or implementations
No response
Other context
No response
The text was updated successfully, but these errors were encountered: