Skip to content

Minimize race conditions #1

Description

@mattpowell

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!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions