You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stopped using eval to get the global object, thus allowing use in CSP environments as long as you don't use the string-argument version of setImmediate. (@duzun)
Replaced the <script>onreadystatechange trick with an <img>onerror trick, which is nicer since it does not require inserting anything into the document. (@Lcfvs)