Edit this page

up.util up.util.assign(target, sources...)
JavaScript function

This feature has been deprecated. Use Object.assign() instead.

Load unpoly-migrate.js to polyfill deprecated features.

Merge the own properties of one or more sources into the target object.

Parameters

target Object
sources... Array<Object>