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
The JavaScript AbortController allows the cancellation of an in-flight fetch request. The current @giphy/js-fetch-api doesn't expose an option to pass an AbortController .abort() function or a signal to fetch itself.
Motivation 🔦
If this was integrated, SDK users would be able to abort in-flight requests (such as if the user starts a search, pauses, and then continues typing)
The text was updated successfully, but these errors were encountered:
Duplicates
Latest version
Summary 💡
The JavaScript
AbortController
allows the cancellation of an in-flight fetch request. The current@giphy/js-fetch-api
doesn't expose an option to pass an AbortController.abort()
function or a signal to fetch itself.Motivation 🔦
If this was integrated, SDK users would be able to abort in-flight requests (such as if the user starts a search, pauses, and then continues typing)
The text was updated successfully, but these errors were encountered: