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
This lets a server that can't encode strings but just pass them along able
to emit RSC - albeit a less optimal format.
The only build we have that does that today is react-html but the FB
version of Flight had a similar constraint.
It's still possible to support binary data as long as byteLengthOfBinaryChunk
is implemented which doesn't require a text encoder.
0 commit comments