librespeed / speedtest

Self-hosted Speed Test for HTML5 and more. Easy setup, examples, configurable, mobile friendly. Supports PHP, Node, Multiple servers, and more
https://librespeed.org
GNU Lesser General Public License v3.0
12.27k stars 2.21k forks source link

Using of the modern JS #657

Open IRainman opened 3 months ago

IRainman commented 3 months ago

Description

Changed var to let/const

Why it should be implemented

Because it's completely supported by IE11 and all other browsers since 2015.

I make this changes by #656