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

Implement document load tracking. #3714

Closed
wants to merge 4 commits into from
Closed

Implement document load tracking. #3714

wants to merge 4 commits into from

Commits on Jan 10, 2015

  1. Implement a DocumentLoader type that tracks pending loads and notifie…

    …s the script task when the queue is empty. Replace the current DOM load event with DOMContentLoaded and dispatch the real load event based on the DocumentLoader's notification.
    jdm committed Jan 10, 2015
  2. Make stylesheets block page load.

    jdm committed Jan 10, 2015
  3. Make XHR block document load.

    jdm committed Jan 10, 2015

Commits on Jan 11, 2015

You can’t perform that action at this time.