Son CV dans un terminal web en Javascript! https://terminal-cv.gregandev.fr
 
 
 
 
terminal-cv/node_modules/har-schema/lib/pageTimings.json

18 lines
311 B

{
"$id": "pageTimings.json#",
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"properties": {
"onContentLoad": {
"type": "number",
"min": -1
},
"onLoad": {
"type": "number",
"min": -1
},
"comment": {
"type": "string"
}
}
}