From 3e8d2e25aa973d44d227605651760c4036e2cc6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Wed, 3 Sep 2014 19:27:50 +0200 Subject: [PATCH] Add an 'experimental' flag --- phantomas_custom/modules/windowPerfYLT/windowPerfYLT.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phantomas_custom/modules/windowPerfYLT/windowPerfYLT.js b/phantomas_custom/modules/windowPerfYLT/windowPerfYLT.js index c71ed45..e32339d 100644 --- a/phantomas_custom/modules/windowPerfYLT/windowPerfYLT.js +++ b/phantomas_custom/modules/windowPerfYLT/windowPerfYLT.js @@ -62,7 +62,10 @@ exports.module = function(phantomas) { phantomas.log('Performance timing: document reached "DOMContentLoadedEnd" state after %d ms', time); phantomas.pushContext({ - type: 'domContentLoadedEnd' + type: 'domContentLoadedEnd', + callDetails: { + arguments: ['(experimental, not reliable)'] + } }); }, 0);