-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.modernizrrc.js
43 lines (43 loc) · 1.06 KB
/
.modernizrrc.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
module.exports = {
"minify": true,
"options": ["setClasses"],
"feature-detects": [
"test/audio",
"test/battery",
"test/cors",
"test/emoji",
"test/eventlistener",
"test/fullscreen-api",
"test/geolocation",
"test/htmlimports",
"test/json",
"test/notification",
"test/pagevisibility-api",
"test/postmessage",
"test/queryselector",
"test/requestanimationframe",
"test/video",
"test/webgl",
"test/websockets",
"test/audio/loop",
"test/audio/preload",
"test/audio/webaudio",
"test/battery/lowbattery",
"test/dom/passiveeventlisteners",
"test/event/deviceorientation-motion",
"test/event/oninput",
"test/img/crossorigin",
"test/network/connection",
"test/network/eventsource",
"test/speech/speech-recognition",
"test/speech/speech-synthesis",
"test/video/autoplay",
"test/video/crossorigin",
"test/video/loop",
"test/video/preload",
"test/webgl/extensions",
"test/websockets/binary",
"test/window/atob-btoa",
"test/window/framed"
]
}