This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul id="instagram-container"></ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<button id="trigger">Get User Media</button> | |
<video id="video-player"></video> | |
<h4 id="error-message"></h4> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="User Timing API" /> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
<!-- http://www.html5rocks.com/en/tutorials/webperformance/usertiming/ --> | |
</head> | |
<body> | |