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
To change this behavior, you could make use of 2 special query parameters:
244
-
245
-
-`$autoCancel ` - set it to `false` to disable auto cancellation for this request
246
-
-`$cancelKey` - set it to a string that will be used as request identifier and based on which pending requests will be matched (default to `HTTP_METHOD + path`, eg. "GET /api/users")
243
+
To change this behavior per request basis, you can adjust the `requestKey: null|string` special query parameter.
244
+
Set it to `null` to unset the default request identifier and to disable auto cancellation for the specific request.
245
+
Or set it to a unique string that will be used as request identifier and based on which pending requests will be matched (default to `HTTP_METHOD + path`, eg. "GET /api/users")
0 commit comments