polyfill-Number.toLocaleString-with-Locales
polyfill-Number.toLocaleString-with-Locales copied to clipboard
Safari doesn't round up numbers
Since toFixed returns a string, I needed to use parseInt and forward the result to toLocaleString.