element-remove-polyfill

1.1.0 • Public • Published

Element.remove Polyfill for IE11/IE10/IE9 and lower IE

npm npm

Install

NPM

npm install element-remove-polyfill

YARN

yarn install element-remove-polyfill

How it works

There is no remove in Element.prototype on lower version IE. IE10/IE11 will throw exception:

Object doesn't support property or method 'remove'
Error 对象不支持“remove”属性或方法

We polyfill it by add remove to the prototype.

Readme

Keywords

none

Package Sidebar

Install

npm i element-remove-polyfill

Weekly Downloads

676

Version

1.1.0

License

MIT

Unpacked Size

1.37 kB

Total Files

3

Last publish

Collaborators

  • wanzhi