-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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!
mchlima, jack-blackson, Negalein, Julien-Molina, anjannair and 2 moreDJay-X and Julien-Molina
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request