• This utility function sends a message to all components that are listening requesting a window resize. This is a cross-platform method of requesting a resize and is loosely coupled from the actual implementation on a specific device/browser/etc.

    Parameters

    • delay: number = 50
    • component: any = null

    Returns void