@wpazderski/js-utils
    Preparing search index...

    Represents a modern handle for an idle callback using "requestIdleCallback".

    interface IdleCallbackModernHandle {
        handle: IdleCallbackHandle;
        type: "idleCallback";
    }
    Index

    Properties

    Properties

    Represents the handle for the scheduled idle callback.

    type: "idleCallback"

    Represents the type of the handle.