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
When content-type is application/x-erlang-binary, the view raw data downloads the binary form of the term, but it would be nice to display them by formatting with io_lib:format/2 if the object is not too large.
The text was updated successfully, but these errors were encountered:
Right now the "view raw data" is completely handled by the front-end, so add this request would require the explorer backend to convert the binary to a string representation before sending it back to the front-end. I will go ahead and create an issue and see if we can get to it in the future.
When
content-type
isapplication/x-erlang-binary
, the view raw data downloads the binary form of the term, but it would be nice to display them by formatting withio_lib:format/2
if the object is not too large.The text was updated successfully, but these errors were encountered: