Zekfad / fetch_client

Fetch based Client for HTTP package.
https://pub.dev/packages/fetch_client
ISC License
24 stars 11 forks source link

NotSupportedError: ReadableStream uploading is not supported #4

Closed lcm1475 closed 1 year ago

lcm1475 commented 1 year ago

NotSupportedError: ReadableStream uploading is not supported This error occurs in Safari on iOS and macOS, but everything works fine on other platforms.

Zekfad commented 1 year ago

According to MDN this feature is unavailable on Safari browser, sadly there are no fix for that, all I can do is to add note to documentation:

https://developer.mozilla.org/en-US/docs/Web/API/Request#:~:text=Send%20ReadableStream%20in%20request%20body