add samples for network tutorial

This commit is contained in:
Kayce Basques 2016-12-27 14:57:50 -08:00
Родитель f08ac78593
Коммит 86cec14d4e
2 изменённых файлов: 25 добавлений и 0 удалений

10
network/features.json Normal file
Просмотреть файл

@ -0,0 +1,10 @@
{
"description": "The names of some Chrome DevTools Network panel features.",
"note": "https://developers.google.com/web/tools/chrome-devtools/network-performance depends on this file.",
"features": [
"Network Throttling",
"Screenshots",
"Disable Cache",
"Replay XHR"
]
}

15
network/panels.json Normal file
Просмотреть файл

@ -0,0 +1,15 @@
{
"description": "The names of Chrome DevTools panels.",
"note": "https://developers.google.com/web/tools/chrome-devtools/network-performance depends on this file.",
"panels": [
"Elements",
"Sources",
"Console",
"Network",
"Application",
"Memory",
"Performance",
"Security",
"Audits"
]
}