Skip to content

Instantly share code, notes, and snippets.

View dpuscher's full-sized avatar
🎸

Daniel Puscher dpuscher

🎸
View GitHub Profile
@dpuscher
dpuscher / iomAsync.js
Created February 16, 2019 19:10
async version of INFOnline tracking script
(function () {
var iomCalls = [];
window.iomAsync = {
c: function() {
iomCalls.push(arguments);
}
};
var script = document.createElement("script");