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
abortSignal param is optional in the options passed to some of the methods in storage packages, still, we initialize it with Aborter.none (or AbortSignal.none) even though it's not needed.
This issue is to track all the places we do this and to update.
The text was updated successfully, but these errors were encountered:
we initialize it with Aborter.none (or AbortSignal.none) even though it's not needed.
when we made it optional we thought Aborter.none is a good default value. However, passing the optional abort signal through should be working as well.
#4502 (comment)
abortSignal param is optional in the options passed to some of the methods in storage packages, still, we initialize it with Aborter.none (or AbortSignal.none) even though it's not needed.
This issue is to track all the places we do this and to update.
The text was updated successfully, but these errors were encountered: