All Projects → mrdoob → System.js

mrdoob / System.js

Licence: mit
JavaScript object with the user's system information.

Programming Languages

javascript
184084 projects - #8 most used programming language

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>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].