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
This was broken, because if you haven't opened the request yet (common
for context menu items) then the body decoding hasn't started, so the
export always includes a "BODY NOT AVAILABLE" warning. If we just wait
for decoding like this first, that goes away.
0 commit comments