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
Requests using fetch have the capability to be aborted (using an AbortController). This is used in urql for example, to cancel an in-flight GQL request when a fresher one has started.
Currently in Envy, we don't get notified that the request was aborted, so the trace shows as incomplete. It would be nice if we were able to identify when a request is aborted and to send something across the web socket to Envy so that Envy can flag the request as aborted.
The text was updated successfully, but these errors were encountered:
Requests using
fetch
have the capability to be aborted (using anAbortController
). This is used inurql
for example, to cancel an in-flight GQL request when a fresher one has started.Currently in Envy, we don't get notified that the request was aborted, so the trace shows as incomplete. It would be nice if we were able to identify when a request is aborted and to send something across the web socket to Envy so that Envy can flag the request as aborted.
The text was updated successfully, but these errors were encountered: