diff --git a/src/model/events/content-types.ts b/src/model/events/content-types.ts index d632be1e..2b2e5c37 100644 --- a/src/model/events/content-types.ts +++ b/src/model/events/content-types.ts @@ -118,6 +118,7 @@ const mimeTypeToContentTypeMap: { [mimeType: string]: ViewableContentType } = { 'application/grpc+protobuf': 'grpc-proto', 'application/grpc-proto': 'grpc-proto', 'application/grpc-protobuf': 'grpc-proto', + 'application/grpc-web': 'grpc-proto', 'application/octet-stream': 'raw' } as const;