Open ff6347 opened 7 years ago
MDN would be my choice.
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.
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.