Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/har-validator/src/schemas/pageTimings.json')
-rw-r--r--node_modules/har-validator/src/schemas/pageTimings.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/node_modules/har-validator/src/schemas/pageTimings.json b/node_modules/har-validator/src/schemas/pageTimings.json
new file mode 100644
index 000000000..adc83cccd
--- /dev/null
+++ b/node_modules/har-validator/src/schemas/pageTimings.json
@@ -0,0 +1,16 @@
+{
+ "type": "object",
+ "properties": {
+ "onContentLoad": {
+ "type": "number",
+ "min": -1
+ },
+ "onLoad": {
+ "type": "number",
+ "min": -1
+ },
+ "comment": {
+ "type": "string"
+ }
+ }
+}