Skip to content

Instantly share code, notes, and snippets.

@sefeng211
Created January 25, 2019 18:45
Show Gist options
  • Save sefeng211/878523210fd00baf06c2adf224f473ac to your computer and use it in GitHub Desktop.
Save sefeng211/878523210fd00baf06c2adf224f473ac to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<iframe width="400" height="500" src="https://mozilla.pettay.fi/cgi-bin/slowresponse2.pl"></iframe>
<script>
window.onload = function() {
let onloadStart = performance.now();
console.log("OnLoad Event Starts At: " + onloadStart);
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment