has-getusermedia

1.0.1 • Public • Published

has-getusermedia

experimental

This module will be true if the user has getUserMedia.

Usage

NPM

var hasGetUserMedia = require('has-getusermedia');
 
if(has-getusermedia) {
    console.log('the user has getUserMedia');
} else {
    console.log('the user does not have getUserMedia');
}

License

MIT, see LICENSE.md for details.

Package Sidebar

Install

npm i has-getusermedia

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • mikkoh