Pause app boot until window load event fired #21
Reference in New Issue
Block a user
Delete Branch "feature/wait_for_web3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #17
Allows the user provided Web3 instance to be inserted before we try to use it.
Should this really be called
web3, when it's a generic one waiting for the DOM to load?I wasn't sure about that either. Do you have a better suggestion?
defer-loading?Ok, I renamed it.
whoot awesome! will test it.
Now it works reliably. See commit description and/or IRC. ;)