Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow "code splitting" #95

Open
jaeh opened this issue Jan 15, 2020 · 0 comments
Open

allow "code splitting" #95

jaeh opened this issue Jan 15, 2020 · 0 comments
Assignees

Comments

@jaeh
Copy link
Member

jaeh commented Jan 15, 2020

some libraries will be big.
three.js, web3 etc.

they might also be set by a extension (window.web3 for metamask iirc)

todo: build functionality to check if window[varname] is set,
if it is not, add a script to the html page that exposes window[varname],
wait or load, then do whatever the page needs.

all of that with a nice loading anim pls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant