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 would like to make Fetch context aware. The simplest way to do so is to create a FetchWithContext that accepts a context as the first parameter. This will make sure that we don't break any existing code. Doing so will result in Fetch calling FetchWithContext with context.Background().
Is this acceptable?
The text was updated successfully, but these errors were encountered:
I would like to make Fetch context aware. The simplest way to do so is to create a FetchWithContext that accepts a context as the first parameter. This will make sure that we don't break any existing code. Doing so will result in Fetch calling FetchWithContext with context.Background().
Is this acceptable?
The text was updated successfully, but these errors were encountered: