Hello,

It's very likely it was (should have been I believe) discussed before, and
even probably was approved, but I don't see it in the latest draft yet.

Just to make sure, the signature of the "assign" and "mixin" method should
be:

Object.assign(target, source,[source2, ..., sourceN]);
Object.mixin(target, source,[source2, ..., sourceN]);

Current draft shows me only one source for both the methods.

Dmitry
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to