X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/blobdiff_plain/752c9894f974aa28dffe81e0c3e4c0fadec32147..e9b602cf60562b6baff5a0ddfddc434818b93e65:/lib/cobalt.js diff --git a/lib/cobalt.js b/lib/cobalt.js index 9554a04..981aab2 100644 --- a/lib/cobalt.js +++ b/lib/cobalt.js @@ -27,7 +27,7 @@ } Cobalt.now = function () { - if (typeof performance !== 'undefined') { + if (typeof performance !== 'undefined' && performance.timing) { return performance.timing.navigationStart + performance.now(); }