0x1998 - MANAGER
Düzenlenen Dosya: whenIdle.d.ts
/** * Runs the passed callback during the next idle period, or immediately * if the browser's visibility state is (or becomes) hidden. */ export declare const whenIdle: (cb: () => void) => number;
geri dön