match-pixel-wp.js 222 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 function getLocationsForMatchedTermsInWholeBody(msg) { debugger; self.postMessage({ 'value': msg }); } self.onmessage = function (e) { getLocationsForMatchedTermsInWholeBody(e.data.candata); }