-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I currently have this AJAX request, handled with async/await:
const response = await getJSON('getDomains.php');
Can this library be used when the returned promise is awaited?
Is it something like this?
const response = await trackPromise(getJSON(getDomains.php));
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels