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
Do you think this approach is correct? Would you like me to open a PR with this change?
Use case: I have data in a Uint8Array in JS and I want to use it with an elm-protocol-buffers-like package but I can't send it over a port because there's no way to decode into Bytes.
The text was updated successfully, but these errors were encountered:
A
Bytes
type is just aDataView
so the implementation should be pretty straightforward, just likeFile.decoder
.Do you think this approach is correct? Would you like me to open a PR with this change?
Use case: I have data in a Uint8Array in JS and I want to use it with an elm-protocol-buffers-like package but I can't send it over a port because there's no way to decode into
Bytes
.The text was updated successfully, but these errors were encountered: