(mimeType)
| 425 | } |
| 426 | |
| 427 | function isTextFile(mimeType) { |
| 428 | return (/^text\/|^application\/(javascript|json)/).test(mimeType); |
| 429 | } |
| 430 | |
| 431 | // serve gzip file if exists and is valid |
| 432 | function tryServeWithGzip() { |
no outgoing calls
no test coverage detected
searching dependent graphs…