v2.2.0 #74
L-Blondy
announced in
Announcements
v2.2.0
#74
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
Bug Fix
whatwg-fetch
polyfill is in use.onRequestStreaming
is disabled (no-op) on Safari/IOS 14 since webkit does not support ReadableStream uploadingonResponseStreaming
is now supported on Safari/IOS 14 and above.Changes
onSuccess
,onError
andonRetry
are no longer awaitedonError
now receives all errors that occur after theRequest
object is instantiated. Consequently, the retry context passed toretry.when
andretry.delay
is no longer a union type.onRequestStreaming
andonResponseStreaming
from the default optionsThis discussion was created from the release v2.2.0.
Beta Was this translation helpful? Give feedback.
All reactions