filer
filer copied to clipboard
filer/test/lib/indexeddb.js
I would like to modernize some JS code inside of filer/test/lib/indexeddb.js
to use let
and const
instead of var
as it has become dated after JavaScript ES6