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

Object.assign - version 0.9 #368

Closed
dbabaioff opened this issue May 23, 2016 · 2 comments
Closed

Object.assign - version 0.9 #368

dbabaioff opened this issue May 23, 2016 · 2 comments
Labels

Comments

@dbabaioff
Copy link
Contributor

The prebid code is using from version 0.9 (#349) Object.assign() - this ES6 function is not supported on IE and some mobile browsers.
To solve this issue I see two options: include a polyfill to make Object.assing work on older browsers or create a simple extend function and use it instead the Object.assign.

@mkendall07
Copy link
Member

@dbabaioff
Thanks for pointing this out. We will use https://babeljs.io/docs/plugins/transform-object-assign/ to polyfill.

@mkendall07 mkendall07 added the bug label May 23, 2016
mkendall07 added a commit that referenced this issue May 23, 2016
@mkendall07
Copy link
Member

#369

mkendall07 pushed a commit that referenced this issue May 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants