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 45fe717 commit f9a1360Copy full SHA for f9a1360
src/model/events/content-types.ts
@@ -93,7 +93,7 @@ const mimeTypeToContentTypeMap: { [mimeType: string]: ViewableContentType } = {
93
'application/x-protobuf': 'protobuf',
94
'application/vnd.google.protobuf': 'protobuf',
95
'application/x-google-protobuf': 'protobuf',
96
- 'application/proto': 'protobuf',
+ 'application/proto': 'protobuf', // N.b. this covers all application/XXX+proto values
97
98
'application/octet-stream': 'raw'
99
} as const;
0 commit comments