소스 검색

Add an 'experimental' flag

Gaël Métais 11 년 전
부모
커밋
3e8d2e25aa
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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);