This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
importNode patch updated to remove SD polyfill portion. It now works …
…with importNode.
- Loading branch information
64a92f2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
out of curiosity -- could this patch be rolled into CustomElement polyfill now that it doesn't have a Shadow DOM dependency?
(since importNode is an already existing DOM API: https://developer.mozilla.org/en-US/docs/Web/API/document.importNode, I don't think this patch is MDV-specific)