Members
(inner, constant) Assign
- Source:
Polyfill for the native Object.assign( target, ...sources ) function.
Copies source object(s) into target. Useful for copying or extending JS objects.
More info here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
(inner, constant) Closest
- Source:
Polyfill for the native Element.closest( selector ) function.
Finds the closest ancestor that matches the included selector.
More info here: https://developer.mozilla.org/en-US/docs/Web/API/Element/closest