Skip to content

1.0.3

Compare
Choose a tag to compare
@domenic domenic released this 16 Oct 20:54
· 6 commits to master since this release
  • 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)