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
Basically that, right now only bytearray is supported and if i want to transform blob into bytearray i have to add a lot of boilerplate code. Also i could be made via PlatformFile and add a function to convert blob, bytearray, File W3C to PlatfromFile. Then i should only have to pass the platfrom file to save() function. Note that File W3C inherits blob class
The text was updated successfully, but these errors were encountered:
Basically that, right now only bytearray is supported and if i want to transform blob into bytearray i have to add a lot of boilerplate code. Also i could be made via PlatformFile and add a function to convert blob, bytearray, File W3C to PlatfromFile. Then i should only have to pass the platfrom file to save() function. Note that File W3C inherits blob class
The text was updated successfully, but these errors were encountered: