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
Stopped using FormData and multipart forms for transferring data. Now the raw bytes are sent over the wire. Multipart encodes binary as base64 making payloads ~37% larger than they needed to be.