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
Generic data should be sent during the Fetch network request and not just a Vec<Vec<u8>>. We just need to ensure that this data structure is serializable and the response is also deserializable, using cbor. This provides more flexibility and weird byte encoding.
The text was updated successfully, but these errors were encountered:
Generic data should be sent during the
Fetch
network request and not just aVec<Vec<u8>>
. We just need to ensure that this data structure is serializable and the response is also deserializable, usingcbor
. This provides more flexibility and weird byte encoding.The text was updated successfully, but these errors were encountered: