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

Add getter to polyfill #114

Merged
merged 1 commit into from
Jan 12, 2021
Merged

Add getter to polyfill #114

merged 1 commit into from
Jan 12, 2021

Conversation

philipwalton
Copy link
Member

This PR fixes #113 by adding a getter to the polyfill to make the firstHiddenTime value "live".

In v2 we may want to simplify and make this an explicit getter (e.g. getFirstHiddenTime()), but to avoid a breaking change, using a getter is the best solution for now.

@philipwalton philipwalton merged commit 478394f into master Jan 12, 2021
@philipwalton philipwalton deleted the fix-polyfill branch January 12, 2021 19:05
This was referenced Mar 12, 2021
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.

The firstHiddenTime property in the polyfill is not live
1 participant