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

Use promises to yield between phases #435

Merged
merged 3 commits into from May 4, 2015

Conversation

jyasskin
Copy link
Member

@jyasskin jyasskin commented May 3, 2015

This makes browser profiles more meaningful, since each plugin doesn't appear to include the entire runtime of the next plugin.

}
}

var pipeline = Promise.resolve();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are sure all users of ReSpec are using Promise capable browsers, right? I have not idea if Internet Explorer latest stable supports them... if yes, let's merge this. We can always ask on the mailing list.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(or does "Promise.min" include some kind of pollyfill?)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NM, I see the commit message answered my question :)

marcoscaceres pushed a commit that referenced this pull request May 4, 2015
Use promises to yield between phases
@marcoscaceres marcoscaceres merged commit e3dbaf4 into w3c:develop May 4, 2015
@jyasskin jyasskin deleted the yield-between-phases branch May 11, 2015 23:42
shikhar-scs pushed a commit to shikhar-scs/respec that referenced this pull request Feb 19, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants