Skip to content

SysCrunch/minBrowserReqs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minBrowserReqs

Minimum Browser Requirements detection

This is a javascript project to explicitly define a list of (in)compatible browsers for a website or web application. The selection can be done based on browser versions. Upon incompatibility detection, it is possible to customize the action to follow, such as redirection or a custom message.

Usage

Use the minified version in the build directory and also the css file. Insert the code below in the head section of your html.

<script src="browserReqs.min.js"></script>
<link rel="stylesheet" type="text/css" href="browserReqs.css">

License

minBrowserReqs is published under the MIT license and hosted on GitHub.

About

Minimum Browser Requirements detection

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors