Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add minimal Object.assign ponyfill #379

Merged
merged 1 commit into from Feb 15, 2022
Merged

Conversation

karfau
Copy link
Member

@karfau karfau commented Feb 15, 2022

since we can not rely on it being present in all supported runtimes.
Even though the interface is the same as Object.assign,
it behaves slightly differently from the one provided by browsers (see tests).

This was extracted from #338 to support development in #367

since we can not rely on it being present in all supported runtimes.
Even though the interface is the same as `Object.assign`,
it behaves slightly differently from the one provided by browsers.

This was extracted from xmldom#338 to support development in xmldom#367
@karfau karfau merged commit 7c28171 into xmldom:master Feb 15, 2022
@karfau karfau deleted the feat-assign branch February 15, 2022 22:11
@karfau karfau added this to the 0.8.2 milestone Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant