As stated in three.js docs:
Due to limitations in the ANGLE layer, with the WebGL renderer on Windows platforms linewidth will always be 1 regardless of the set value.
Wide lines also don't work in some browsers that don't use ANGLE, such as IE11
and this question discusses workarounds.
But is there a way to detect if the browser supports wide lines?