UNPKG

modernizr

Version:

Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.

18 lines (17 loc) 451 B
/*! { "name": "getUserMedia", "property": "getusermedia", "caniuse": "stream", "tags": ["webrtc"], "authors": ["Eric Bidelman"], "notes": [{ "name": "W3C Media Capture and Streams spec", "href": "https://www.w3.org/TR/mediacapture-streams/" }], "polyfills": ["getusermedia"] } !*/ define(['Modernizr', 'prefixed'], function(Modernizr, prefixed) { Modernizr.addTest('getusermedia', !!prefixed('getUserMedia', navigator)); });