completeCountRequest.onsuccess = function()

in Frontend/connect-ccp-metric-worker.js [38:41]


  completeCountRequest.onsuccess = function () {
    completeObjectStoreLength = completeCountRequest.result; //Store the count of currently completed contacts pending submission to the API
    busy--;
  };