Spaces:
Sleeping
Sleeping
File size: 1,825 Bytes
eacff74 |
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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
{
"feature-detects": [
"audio",
"canvas",
"cookies",
"css/animations",
"css/boxshadow",
"css/boxsizing",
"css/calc",
"css/flexbox",
"css/transforms",
"css/transforms3d",
"css/transitions",
"es6/promises",
"file/api",
"file/filesystem",
"forms/placeholder",
"fullscreen-api",
"geolocation",
"hashchange",
"history",
"img/webp",
"img/webp-alpha",
"indexeddb",
"json",
"network/fetch",
"network/xhr2",
"notification",
"performance",
"pointerevents",
"queryselector",
"script/async",
"script/defer",
"serviceworker",
"storage/localstorage",
"storage/sessionstorage",
"storage/websqldatabase",
"style/scoped",
"svg",
"templatestrings",
"touchevents",
"typed-arrays",
"url/bloburls",
"url/data-uri",
"video",
"webgl",
"websockets"
],
"special-names": {
"css/boxshadow": "boxshadow",
"css/boxsizing": "boxsizing",
"css/flexbox": "flexbox",
"es6/promises": "promises",
"file/api": "filereader",
"file/filesystem": "filesystem",
"forms/placeholder": "placeholder",
"fullscreen-api": "fullscreen",
"img/webp": "webp",
"img/webp-alpha": "webpalpha",
"network/fetch": "fetch",
"network/xhr2": "xhr2",
"storage/localstorage": "localstorage",
"storage/sessionstorage": "sessionstorage",
"storage/websqldatabase": "websqldatabase",
"typed-arrays": "typedarrays",
"url/bloburls": "bloburls",
"url/data-uri": "datauri"
}
} |