setTimeout(fn, 0)ããé«éãªé¢æ°ã¯æè¿ã¯ãããªæãã®ã使ãã¨ããã¨æãã var nextTick; if (typeof setImmediate === 'function') { nextTick = setImmediate; } else if (typeof process === 'object' && typeof process.nextTick === 'function') { nextTick = process.nextTick; } else if (typeof MessageChannel === 'function') { (function () { var channel = new MessageChannel(); var queue = null; channel.port1.onmessage = function () { t
{{#tags}}- {{label}}
{{/tags}}