1.0.3
- 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 ofsetImmediate
. (@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)