MCPcopy Create free account
hub / github.com/BloombergGraphics/whatiscode / logScroll

Function logScroll

modules/toc/toc.js:231–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

229 }
230
231 function logScroll() {
232 var px = pageYOffset;
233 return stats.scrollLog.push({
234 "scrollTop": px,
235 "wordCount": pixelsToWords(px),
236 "percentage": pixelsToPercentage(px),
237 "timestamp": +(new Date())
238 });
239 }
240
241 function scrollToSaved() {
242 if(localStorage.getItem('scrollTop')) {

Callers 1

toc.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected