Refactor raygun.transport.ts
to use Promises instead of callbaks
#197
Labels
raygun.transport.ts
to use Promises instead of callbaks
#197
Please describe your new feature request
raygun.transport.ts
uses a Callback to tell if the request completed or not.If we want to get rid of callbacks, this is the place to start!
Describe the solution you'd like
Replace the callback response with a Promise.
Describe alternatives you've considered
Additional context
Related to #196
Originally posted by @sumitramanga in #181 (comment)
The text was updated successfully, but these errors were encountered: