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 was looking into the code of apollo-upload-client and i came across the following code -
var _createSignalIfSuppor = createSignalIfSupported(),
controller = _createSignalIfSuppor.controller,
signal = _createSignalIfSuppor.signal
if (controller) options.signal = signal
It seems to override the signal object passed with query/mutation's fetchOption and replace with another signal object.
Given this, can you please tell me how should i abort the file upload as i dont have access to this AbortController object.
The text was updated successfully, but these errors were encountered:
I was looking into the code of apollo-upload-client and i came across the following code -
It seems to override the signal object passed with query/mutation's fetchOption and replace with another signal object.
Given this, can you please tell me how should i abort the file upload as i dont have access to this
AbortController
object.The text was updated successfully, but these errors were encountered: