snowflake/proxy/modernizr-config.json
Arlo Breault d567e2312f Feature detect with Modernizr
* A start on #34
2016-04-05 10:30:45 -07:00

11 lines
No EOL
170 B
JSON

{
"minify": true,
"options": [
"prefixed"
],
"feature-detects": [
"test/websockets",
"test/webrtc/datachannel",
"test/webrtc/peerconnection"
]
}