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

Switch from using load events to DOMContentLoaded events so that logging is available sooner. #1

Merged
merged 1 commit into from Jul 29, 2011

Conversation

dmose
Copy link

@dmose dmose commented Jul 29, 2011

A thing I'm working on was having lots of problems at startup, to the point where ibug wasn't getting me the log info I needed. Tweaking it to use the DOMContentLoaded event instead of the load event fixed things up nicely.

I think most modern browsers have this these days, but I haven't looked at the details, so there may be cross-browser issues to consider before accepting this patch.

kriserickson pushed a commit that referenced this pull request Jul 29, 2011
Switch from using load events to DOMContentLoaded events so that logging is available sooner.
@kriserickson kriserickson merged commit f1d0826 into kriserickson:master Jul 29, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants