# @ungap/import-node

> An importNode polyfill for IE11 and other legacy browsers

Latest version **0.2.0** (published 2020-05-02) · ISC license · 0 weekly downloads

## Install

```sh
npm install @ungap/import-node
pnpm add @ungap/import-node
yarn add @ungap/import-node
bun add @ungap/import-node
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2020-05-02 |
| First published | 2018-11-27 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 7 |
| Author | Andrea Giammarchi |
| Maintainers | webreflection |
| Keywords | importNode, polyfill, legacy, ungap |

## Links

- npm: https://www.npmjs.com/package/@ungap/import-node
- Repository: https://github.com/ungap/import-node
- Homepage: https://github.com/ungap/import-node#readme
- Issues: https://github.com/ungap/import-node/issues
- npm.io page: https://npm.io/package/@ungap/import-node

## Recent versions

- 0.2.0 (latest) — 2020-05-02
- 0.1.0 — 2018-11-27

## 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/)

---
_Source: https://npm.io/package/@ungap/import-node · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
