Cast buffer.Blob parts into string as a fallback #37356
Closed
Description
Lines 86 to 98 in d4bea09
it should instead be casted into a string if you don't know how to handle the "blob part" not to throw a error
new window.Blob([null]).text() // "null"
new buffer.Blob([null]) // TypeError [ERR_INVALID_ARG_TYPE]: The "source" argument ...
Metadata
Assignees
Labels
No labels