Add an 'experimental' flag

This commit is contained in:
Gaël Métais
2014-09-03 19:27:50 +02:00
parent d86b93e646
commit 3e8d2e25aa
@@ -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);