Patch Changes
- Replace
File
andBlob
objects withnull
in variables if multipart request will be started
Submitted by @kitten (See #3169) - Strictly deduplicate
cache-and-network
andnetwork-only
operations, while a non-stale response is being waited for
Submitted by @kitten (See #3157) - ⚠️ Fix boundary stopping
multipart/mixed
streams when it randomly occurs in response payloads
Submitted by @kitten (See #3155) - Improve dispatching of arbitrary operations using
reexecuteOperation
Submitted by @kitten (See #3159)