Skip to content

Instantly share code, notes, and snippets.

@azu

azu/block4.js Secret

Created November 19, 2017 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azu/1424990b259606d427cefa177de5ff74 to your computer and use it in GitHub Desktop.
Save azu/1424990b259606d427cefa177de5ff74 to your computer and use it in GitHub Desktop.
// heavy task
const heavyTaskButton = document.getElementById("js-button");
heavyTaskButton.addEventListener("click", () => {
marker.mark("Heavy Action");
// ... heavy task ...
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment