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);