🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

element-remove-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

element-remove-polyfill

Element.remove polyfill for ie11 and lower version ie browser

1.1.0
latest
Source
npm
Version published
Weekly downloads
1.1K
4.07%
Maintainers
1
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 30 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts