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

Update window to version 4.2.6 #75

Merged
merged 3 commits into from
Feb 23, 2019
Merged

Update window to version 4.2.6 #75

merged 3 commits into from
Feb 23, 2019

Conversation

lukechilds
Copy link
Owner

@lukechilds lukechilds commented Feb 23, 2019

Resolves #74

Some properties will throw an error when accessed in certain conditions. We don't want to throw these errors, by accessing them when we setup the environemnt. Instead we should create getters for all window properties so they can throw the appropriate errors when accessed by user code.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 3c2e69a on window-4.2.6 into 71aed2b on master.

@lukechilds lukechilds merged commit ffb7083 into master Feb 23, 2019
GMartigny pushed a commit to GMartigny/browser-env that referenced this pull request Mar 26, 2019
* Require window@4.2.6

* Set global properties as getters

Some properties will throw an error when accessed in certain conditions. We don't want to throw these errors, by accessing them when we setup the environemnt. Instead we should create getters for all window properties so they can throw the appropriate errors when accessed by user code.

* Update expectedProperties.json for window@4.2.6
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