setTimeout()

in build/userale-2.3.0.js [1088:1104]


      setTimeout(function () {
        var state = document.readyState;
        if (config.autostart && (state === 'interactive' || state === 'complete')) {
          attachHandlers(config);
          initSender(logs, config);
          exports.started = config.on = true;
          packageCustomLog({
            type: 'load',
            logType: 'raw',
            details: {
              pageLoadTime: endLoadTimestamp - startLoadTimestamp
            }
          }, function () {}, false);
        } else {
          setup(config);
        }
      }, 100);