X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/blobdiff_plain/aa1e9cffa7461eeb358384537c702a57b3a7755c..335637478e6ee83862de720a2d85437a8b0bdf01:/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(); }