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
Currently our request body takes NodeJS.ReadableStream | ReadableStream<Uint8Array> - but we should also support passing a resettable stream (i.e. () => ReadableStream)
This also helps reduce a gap from core-http migration
The text was updated successfully, but these errors were encountered:
Currently our request body takes
NodeJS.ReadableStream | ReadableStream<Uint8Array>
- but we should also support passing a resettable stream (i.e.() => ReadableStream
)This also helps reduce a gap from
core-http
migrationThe text was updated successfully, but these errors were encountered: