We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be73e5c commit c1fe615Copy full SHA for c1fe615
src/model/events/content-types.ts
@@ -118,6 +118,7 @@ const mimeTypeToContentTypeMap: { [mimeType: string]: ViewableContentType } = {
118
'application/grpc+protobuf': 'grpc-proto',
119
'application/grpc-proto': 'grpc-proto',
120
'application/grpc-protobuf': 'grpc-proto',
121
+ 'application/grpc-web': 'grpc-proto',
122
123
'application/octet-stream': 'raw'
124
} as const;
0 commit comments