Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@IbrahimTanyalcin
Created April 18, 2018 12:10
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 IbrahimTanyalcin/f10c1c9a034464c790d77f9c5b761ea4 to your computer and use it in GitHub Desktop.
Save IbrahimTanyalcin/f10c1c9a034464c790d77f9c5b761ea4 to your computer and use it in GitHub Desktop.
Taskq -> Medium -> Part3 -> NonRenderBlocking -> nonRenderBlocking.js
!function(){
function nonRenderBlocking(){
taskq.load("./script0.js");
taskq.load("./script1.js");
taskq.load("./script2.js");
}
nonRenderBlocking._taskqId = "nonRenderBlocking";
taskq.push(nonRenderBlocking);
}();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment