Skip to content

isabella232/system.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

JavaScript object with the user's system information.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.8%
  • Python 11.2%