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
The current way of encoding Undefined is to try to print any utf-8 rune. I believe it would make sense to serialize Undefined as []byte through json.Marshal and let it encode it as base64. That way you could also remove the nullString function if #36 is merged.
The text was updated successfully, but these errors were encountered:
The current way of encoding
Undefined
is to try to print any utf-8 rune. I believe it would make sense to serializeUndefined
as []byte through json.Marshal and let it encode it as base64. That way you could also remove thenullString
function if #36 is merged.The text was updated successfully, but these errors were encountered: