Releases: YuzuJS/setImmediate
Releases · YuzuJS/setImmediate
1.0.5
1.0.4
Reverted the use of the <img>
onerror trick, since per reports it was not actually async.
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)