Lazy loading Javascript, object not created from IE8 cache
- by doum-ti-di-li-doom
Unfortunately the bug does not happen outside of my application!
Scenario
index.php
<?php
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Last-Modified: '.gmdate('D, d M Y H:i:s').'GMT');
header('Cache-Control: no-cache, must-revalidate');
header('Pragma: no-cache');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0…