Function fetchPopular

  • Parameters

    Returns Promise<Video[]>

    Array of popular videos.

    Name

    fetchPopular

    Description

    Fetches popular videos.

    Example

    await InvidJS.fetchPopular(instance);
    

    Example

    await InvidJS.fetchPopular(instance, {limit: 10});
    

Generated using TypeDoc