1.0.2 • Published 8 years ago

enumerate-devices-shim v1.0.2

Weekly downloads
3
License
BSD
Repository
github
Last release
8 years ago

enumerate-devices-shim

Enable a consistent use of navigator.mediaDevices.enumerateDevices on browsers that support it.

But I thought adapter.js already polyfills this? They do, but this is for those who aren't already using adapter.js but want to polyfill enumerateDevices.

Getting Started

Just install it from npm and require it in your app.

npm install enumerate-devices-shim --save

MediaDevices.enumerateDevices Support

As of May 17, 2016, Firefox 38+, Microsoft Edge, and Chrome 44+ support of enumerateDevices.