summaryrefslogtreecommitdiff
path: root/source/bower_components/modernizr/feature-detects/getusermedia.js
blob: 4c38bec9f9cb66aa9160aab5bfc424e731c3099e (plain)
1
2
3
4
5
// getUserMedia
// http://www.whatwg.org/specs/web-apps/current-work/multipage/video-conferencing-and-peer-to-peer-communication.html
// By Eric Bidelman

Modernizr.addTest('getusermedia', !!Modernizr.prefixed('getUserMedia', navigator));