*Update mimes.ts
This commit is contained in:
parent
eb238a8bb8
commit
2450390229
|
@ -11,5 +11,6 @@ export const contentModes: { [mimeType: string]: string } = {
|
||||||
"image/webp": CONTENT_MODE_BUFFERED,
|
"image/webp": CONTENT_MODE_BUFFERED,
|
||||||
|
|
||||||
//JS
|
//JS
|
||||||
"application/javascript": CONTENT_MODE_CHUNKED,
|
"application/javascript": CONTENT_MODE_BUFFERED,
|
||||||
|
"application/json": CONTENT_MODE_BUFFERED,
|
||||||
};
|
};
|
||||||
|
|
Reference in New Issue