Browse Source

Add an 'experimental' flag

Gaël Métais 11 years ago
parent
commit
3e8d2e25aa
1 changed files with 4 additions and 1 deletions
  1. 4 1
      phantomas_custom/modules/windowPerfYLT/windowPerfYLT.js

+ 4 - 1
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);