Skip to content

Instantly share code, notes, and snippets.

@sgentle
Created March 26, 2015 12:20
Show Gist options
  • Save sgentle/810cef3762231380a152 to your computer and use it in GitHub Desktop.
Save sgentle/810cef3762231380a152 to your computer and use it in GitHub Desktop.
<div autofocus></div>
<script>
navigator.webkitGetUserMedia({audio: true}, function(){}, function(){});
window.onresize = function() {
requestAnimationFrame(function() {
document.body.style.backgroundColor = "red";
});
window.onresize = function(){};
};
alert("hi");
window.onresize();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment