Is there a way JavaScript can detect the CPU architecture of the running system itself? As opposed to getting the architecture of the installed browser? i.e. 32-bit Chrome running on a 64-bit architecture should still return 64-bit.
I'm trying to avoid making an extension as I am looking at something that can be included within a HTML page <script>
tags.