Skip to content

Instantly share code, notes, and snippets.

@IbrahimTanyalcin
Created July 15, 2018 14:48
B.js
!function(){
function X(exportA){
var div = document.body.lastElementChild.appendChild(document.createElement("div"));
div.textContent = "B\n\u21e9";
taskq.export({},"exportB");
}
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