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