8000 GitHub - vasun77/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

Notifications You must be signed in to change notification settings

vasun77/detector.js

 
 

Repository files navigation

detector.js

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;
});

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0