Flarum (2.x)
    Preparing search index...
    Index

    Constructors

    Properties

    activeAlerts: AlertArray = {}
    alertId: number = 0
    loadingAlertId: number | null = null

    Identifier of the currently-shown loading alert, or null when none is shown.

    loadingPool: number = 0
    loadingTimeout: Timeout | null = null

    Pending timer for the delayed display of the loading indicator, or null when no display is pending.

    LOADING_DELAY: 250

    How long (ms) a load must run before the loading indicator is shown. Loads that complete faster than this never show an indicator, avoiding a flicker for fast (e.g. cached) chunk loads.

    Methods