in content.js [25:32]
var reportNav = function(e) { page = e.detail.value; reportToBackground(e); if (pendingEvents.length) { pendingEvents.forEach(reportToBackground); pendingEvents = []; } };