-
@lorenschmidt i don't know the answer, but if by tick you mean frame, i would be surprised - the JS runtime doesn't have too much of a concept of frames. but! being event driven it might be at the mercy of other pending events/threads, same as doing setTimeout(fn, 0)
-
@lorenschmidt (apologies for answering with a "i don't know, but here's a random guess" answer)