Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ungap/import-node
An importNode polyfill for IE11 and other legacy browsers
https://github.com/ungap/import-node
Last synced: 3 months ago
JSON representation
An importNode polyfill for IE11 and other legacy browsers
- Host: GitHub
- URL: https://github.com/ungap/import-node
- Owner: ungap
- License: isc
- Created: 2018-11-27T21:26:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T01:05:54.000Z (over 4 years ago)
- Last Synced: 2024-07-08T05:28:46.868Z (4 months ago)
- Language: JavaScript
- Size: 3.47 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-web-components - @ungap/import-node - An `importNode` polyfill for IE11 by [ungap project](https://ungap.github.io). (Archive / Polyfills)
README
# importNode
[![Build Status](https://travis-ci.com/ungap/import-node.svg?branch=master)](https://travis-ci.com/ungap/import-node) [![Coverage Status](https://coveralls.io/repos/github/ungap/import-node/badge.svg?branch=master)](https://coveralls.io/github/ungap/import-node?branch=master) [![Greenkeeper badge](https://badges.greenkeeper.io/ungap/import-node.svg)](https://greenkeeper.io/) ![WebReflection status](https://offline.report/status/webreflection.svg)
A document [importNode](https://developer.mozilla.org/en-US/docs/Web/API/Document/importNode) polyfill for IE11 and other legacy browsers, with a proper feature detection for deep clones.
* CDN global utility via https://unpkg.com/@ungap/import-node
* ESM via `import importNode from '@ungap/import-node'`
* CJS via `const importNode = require('@ungap/import-node')`[Live test](https://ungap.github.io/import-node/test/)