Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Adds skipWaiting and clientsClaim options #187

Merged
merged 1 commit into from
Sep 21, 2016

Conversation

jeffposnick
Copy link
Contributor

R: @addyosmani @gauntface

This came up in the context of #180, so I wanted to get it implemented.
Closes #122

compositeFlags.clientsClaim :
(('clientsClaim' in configFileFlags) ?
configFileFlags.clientsClaim : undefined);

Copy link
Contributor

Choose a reason for hiding this comment

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

I personally find the nested ternary ops here a little harder to read, but let's keep as is. I think it should be fine.

@addyosmani addyosmani merged commit b474714 into master Sep 21, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants