Skip to content

Object.assign polyfill for IE11 support

Choose a tag to compare

@mitch-mitchel mitch-mitchel released this 03 Jul 21:40
· 12 commits to master since this release

This adds can-assign in place of using Object.assign to allow for graceful fallback for browsers that don't support Object.assign.