pixsy/node_modules/har-schema/lib/pageTimings.json

18 lines
254 B
JSON
Raw Normal View History

2017-12-22 17:22:08 +00:00
{
"id": "pageTimings.json#",
"type": "object",
"properties": {
"onContentLoad": {
"type": "number",
"min": -1
},
"onLoad": {
"type": "number",
"min": -1
},
"comment": {
"type": "string"
}
}
}