Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/totaljs/framework
/ isGZIP
Function
isGZIP
index.js:19126–19129 ·
view source on GitHub ↗
(req)
Source
from the content-addressed store, hash-verified
19124
}
19125
19126
function
isGZIP(req) {
19127
var
ua = req.headers[
'user-agent'
];
19128
return
ua && ua.lastIndexOf(
'Firefox'
) !== -1;
19129
}
19130
19131
function
prepare_viewname(value) {
19132
// Cleans theme name
Callers
1
extend_response
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected