in Frontend/connect-ccp-metric-worker.js [44:47]
currentContactsCompleteRequest.onsuccess = function () {
postMessage({type: 'initializedPendingContact', contacts: currentContactsCompleteRequest.result}); //Any contacts that are not ready to be submitted to the API and are potentially in progress (i.e., due to browser refresh are loaded back into page memory to have additional data appended)
busy--;
};