Lines Matching +full:k +full:- +full:touch
51 // Show visual cue of preview-in-progress
52 document.getElementById('moaied__preview').classList.add('moaied-preview-in-progress');
83 // Record time taken by HTTP request (for live-preview responsiveness adjustment)
84 const elapsed = Date.now() - this.requestStart;
86 …// Record time taken by DOM update and other synchronous tasks (for live-preview responsiveness ad…
88 const elapsed = Date.now()-this.domStart;
94 // Remove visual cue of preview-in-progress
95 … document.getElementById('moaied__preview').classList.remove('moaied-preview-in-progress');
130 documents (7K lines) even if the changed part is relatively
138 the browser to not touch the unchaged parts.
172 const elapsed = Date.now() - this.lastTextChange;
180 … // Adjust the responsiveness of the live preview (considering blocking and non-blocking time)
215 const line = document.querySelector("#moai__debug div:nth-child("+this.div+")");