MCPcopy Index your code
hub / github.com/ampproject/amphtml / useRequestIdleCallback_

Method useRequestIdleCallback_

src/chunk.js:230–233  ·  view source on GitHub ↗

* Returns true if this task should be scheduled using `requestIdleCallback`. * Otherwise, task is scheduled as macro-task on next event loop. * @return {boolean} * @protected

()

Source from the content-addressed store, hash-verified

228 * @protected
229 */
230 useRequestIdleCallback_() {
231 // By default, never use requestIdleCallback.
232 return false;
233 }
234}
235
236/**

Callers 1

schedule_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected