Skip to content

Instantly share code, notes, and snippets.

@imaustink
Last active August 7, 2018 07:13
Show Gist options
  • Save imaustink/d1bbcf39319af79251d2ac873794909d to your computer and use it in GitHub Desktop.
Save imaustink/d1bbcf39319af79251d2ac873794909d to your computer and use it in GitHub Desktop.
A demo of the devicechange event
navigator.mediaDevices
.addEventListener('devicechange', () => {
console.log('Changed!')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment