Pause app boot until window load event fired #21

Merged
galfert merged 2 commits from feature/wait_for_web3 into master 2017-06-13 12:37:20 +00:00
galfert commented 2017-06-13 11:14:57 +00:00 (Migrated from github.com)

Closes #17

Allows the user provided Web3 instance to be inserted before we try to use it.

Closes #17 Allows the user provided Web3 instance to be inserted before we try to use it.
raucao commented 2017-06-13 11:18:26 +00:00 (Migrated from github.com)

Should this really be called web3, when it's a generic one waiting for the DOM to load?

Should this really be called `web3`, when it's a generic one waiting for the DOM to load?
galfert commented 2017-06-13 11:25:45 +00:00 (Migrated from github.com)

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?

> 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?
raucao commented 2017-06-13 11:30:45 +00:00 (Migrated from github.com)

defer-loading?

`defer-loading`?
galfert commented 2017-06-13 11:40:38 +00:00 (Migrated from github.com)

Ok, I renamed it.

Ok, I renamed it.
bumi commented 2017-06-13 12:21:53 +00:00 (Migrated from github.com)

whoot awesome! will test it.

whoot awesome! will test it.
raucao commented 2017-06-13 12:33:54 +00:00 (Migrated from github.com)

Now it works reliably. See commit description and/or IRC. ;)

Now it works reliably. See commit description and/or IRC. ;)
Sign in to join this conversation.