Skip to content

Latency and Upload speed? #1

@mrose17

Description

@mrose17

Have you considered updating the package to allow options as to which statistic(s) to return, e.g.,

    speedtest.getStats({ statistics: [ 'download', 'upload', 'latency' ]}).then(stats => {
      // examine stats.download, stats.upload, stats.latency, all in stats.unit
    }).catch(e => { console.error(e.message); });

just a thought, thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions