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, MIME is written via mimeStream.writeText(val.toString()), but this should be modified to support binary data, at least when supplied as a byte[] or similar.
The text was updated successfully, but these errors were encountered:
Currently, MIME is written via
mimeStream.writeText(val.toString())
, but this should be modified to support binary data, at least when supplied as abyte[]
or similar.The text was updated successfully, but these errors were encountered: