Skip to content
JavaScript object with the user's system information.
JavaScript HTML Python
Find file
Latest commit f2b4bc6 @mrdoob Merge pull request #17 from theuves/master
Added Vivaldi and Yandex detection.
Failed to load latest commit information.
build Added Vivaldi and Yandex detection.
examples Update test.html
src Added Vivaldi and Yandex detection.
utils Compiling to ECMASCRIPT5_STRICT.
LICENSE first commit
README.md Updated README.

README.md

system.js

JavaScript object with the user's system information

Usage

<script src="system.min.js"></script>
<script>

    if ( System.support.webgl ) {

        alert( 'FTW!' );

    }

</script>
Something went wrong with that request. Please try again.