Created
March 28, 2018 08:14
-
-
Save josemmo/81880cb8e9930ee4099cec7ce61129c0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Número de núcleos de la CPU | |
var cores = navigator.hardwareConcurrency; | |
fp_sources.hardware.cores = cores; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment