We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On MDN there is a different polyfill for Object.assign then the one we have currently. Which one should we use? https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Polyfill
I would vote for the MDN one.
The text was updated successfully, but these errors were encountered:
MDN would be my choice.
Sorry, something went wrong.
For es5 shims, i get code mostly from MDN, and then rewrite it to fit Adobe js engine. In case of es6 shim the same approach is applicable.
Hey guys, I added a guideline about this in the extendscripters wiki.
Merge pull request #1 from yahiaboudah/added-reduce-polyfill-to-array
8ca9d8d
Create reduce.js
andyinabox
ff6347
EugenTepin
No branches or pull requests
On MDN there is a different polyfill for Object.assign then the one we have currently. Which one should we use? https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Polyfill
I would vote for the MDN one.
The text was updated successfully, but these errors were encountered: