Skip to content

Commit 72c7965

Browse files
committed
chore: enable binary format for transport
1 parent a8dbc1f commit 72c7965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/connect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const authInterceptor: Interceptor = (next) => async (req) => {
127127

128128
const transport = createConnectTransport({
129129
baseUrl: window.location.origin,
130-
useBinaryFormat: false,
130+
useBinaryFormat: true,
131131
fetch: fetchWithCredentials,
132132
interceptors: [authInterceptor],
133133
});

0 commit comments

Comments
 (0)