MCPcopy Create free account
hub / github.com/ionic-team/ionic-framework / rIC

Method rIC

core/src/components/app/app.tsx:88–94  ·  view source on GitHub ↗
(callback: () => void)

Source from the content-addressed store, hash-verified

86 }
87
88 private rIC(callback: () => void) {
89 if ('requestIdleCallback' in window) {
90 (window as any).requestIdleCallback(callback);
91 } else {
92 this.loadTimeout = setTimeout(callback, 32);
93 }
94 }
95
96 render() {
97 const mode = getIonMode(this);

Callers 1

componentDidLoadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected