Check if a request timed out.
Date.now()
> limit
function hasTimedOut(start, limit) { return (Date.now() - start) > limit; }