Skip to content

Commit

Permalink
readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed Feb 11, 2019
1 parent ce83d23 commit 4217e21
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
**Disclaimer:** [https://www.webrtc-experiment.com/disclaimer/](https://www.webrtc-experiment.com/disclaimer/)

<a href="https://github.com/muaz-khan/DetectRTC"><img alt="DetectRTC" src="https://webrtcweb.com/DetectRTC/icon.png" /> DetectRTC.js</a>

# DetectRTC | Is WebRTC Supported In Your Browser?
Expand Down Expand Up @@ -323,6 +321,12 @@ grunt

**Check tests here:** https://travis-ci.org/muaz-khan/DetectRTC

# Disclaimer

There is no warranty, expressed or implied, associated with this product. Use at your own risk.

* https://www.webrtc-experiment.com/disclaimer/

# License

[DetectRTC.js](https://github.com/muaz-khan/DetectRTC) is released under [MIT licence](https://www.webrtc-experiment.com/licence/) . Copyright (c) [Muaz Khan](http://www.MuazKhan.com/).
3 changes: 3 additions & 0 deletions dev/detectDesktopOS.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ function detectDesktopOS() {

var os = unknown;
var clientStrings = [{
s: 'Chrome OS',
r: /CrOS/
}, {
s: 'Windows 10',
r: /(Windows 10.0|Windows NT 10.0)/
}, {
Expand Down

0 comments on commit 4217e21

Please sign in to comment.