File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @opennextjs/aws " : patch
3+ ---
4+
5+ Add protobuf to common binary formats
Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ const commonBinaryMimeTypes = new Set([
5454 "application/x-tar" ,
5555 "application/x-zip" ,
5656 "application/zip" ,
57+ // Serialized data
58+ "application/x-protobuf" ,
5759] ) ;
5860
5961export function isBinaryContentType ( contentType ?: string | null ) {
Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ const commonBinaryMimeTypes = new Set([
5454 "application/x-tar" ,
5555 "application/x-zip" ,
5656 "application/zip" ,
57+ // Serialized data
58+ "application/x-protobuf" ,
5759] ) ;
5860
5961export function isBinaryContentType ( contentType ?: string | null ) {
You can’t perform that action at this time.
0 commit comments