8000 GitHub - webcast-io/detector.js: Detect standard and custom information about a viewer's browser and send it to your reporting system
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Detect standard and custom information about a viewer's browser and send it to your reporting system

License

Notifications You must be signed in to change notification settings

webcast-io/detector.js

Repository files navigation

detector.js

Build Status

Collect information about a viewer's system and send it to your reporting system.

  • Browser version
  • Flash version
  • Custom information (from your app)

Usage

var detector = new Detector();

// Single property
detector.collect('browser');

// Array of properties
detector.collect(['browser', 'flash']);

// Custom property
detector.collect('stream', function() {
  // RTMP, RTMPT, HTTP or RTSP
  return player.streamType;
});

Support

Detector.js has been tested in the following browsers. It might well work in others but we haven't checked them yet.

Version 0.1.0

  • Chrome 28.0.1500.95
  • Mobile Safari 6.0
  • Internet Explorer 7

About

Detect standard and custom information about a viewer's browser and send it to your reporting system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0