Closed Bartman0 closed 1 year ago
@dan-ladd do you have any thoughts on this PR? It might have gotten lost in the mix, I didnt see it until now.
Confirmed that handling as a string is fine here. byte
may actually be fine, too.
Thanks for the PR @Bartman0 and thanks for the nudge @pnadolny13
base64 data is character based on its own. it may represent binary data, but that's not the issue here: base64 data can perfectly well be loaded as character data.