Open raskyer opened 2 years ago
By using @remix/remix-run and its multipart feature, we receive an AsyncIterator as data.
In order to easily upload to Azure storage, we need to transform this AsyncIterator to :
Does this library can handle such AsyncIterator? I can see in the ts types an AsyncIterator but of buffer or string not Uint8Array.
Thanks
It does not currently support Uint8Array, but it's something I'm willing to support.
Uint8Array
By using @remix/remix-run and its multipart feature, we receive an AsyncIterator as data.
In order to easily upload to Azure storage, we need to transform this AsyncIterator to :
Does this library can handle such AsyncIterator? I can see in the ts types an AsyncIterator but of buffer or string not Uint8Array.
Thanks