Skip to content

Instantly share code, notes, and snippets.

@IbrahimTanyalcin
Created July 15, 2018 13:36
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/1fa24a77c199ea4b66b4abbd590dc26a to your computer and use it in GitHub Desktop.
Save IbrahimTanyalcin/1fa24a77c199ea4b66b4abbd590dc26a to your computer and use it in GitHub Desktop.
C.js
!function(){
function X(exportA,exportB){
var div = document.body.lastElementChild.appendChild(document.createElement("div"));
div.textContent = "C\n\u21e9";
taskq.export({},"exportC");
}
X._taskqId = document.currentScript.dataset.taskqid;
X._taskqWaitFor = document.currentScript.dataset.taskqwaitfor.split(",").filter(d=>d);
taskq.push(X);
}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment