UserData isn't synchronous and this hindrance is further exaggerated by the fact that we're loading things in an iframe. For example, it's pretty hit or miss if the following works:
<script src="localstorageshim.js" type="text/javascript"></script>
<script type="text/javascript">
document.write(typeof(localStorage));//undefined or object
</script>
Do things to fix/minimize this!
UserData isn't synchronous and this hindrance is further exaggerated by the fact that we're loading things in an iframe. For example, it's pretty hit or miss if the following works:
Do things to fix/minimize this!