UNPKG

cloudworker-proxy

Version:
14 lines (12 loc) 217 B
"use strict"; module.exports = function (t, a, d) { var invoked, id; id = setTimeout(function () { invoked = true; }, t); setTimeout(function () { a(invoked, undefined); clearTimeout(id); d(); }, 100); };