Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

foreach-polyfill

huangfuchunfeng32ISC1.0.3

a polyfill

array, foreach, foreach-polyfill

readme

foreach-polyfill

  • A polyfill for NodeList.prototype.forEach and Array.prototype.forEach
  • Array.forEach 在有些浏览器的兼容问题修复

使用说明


import { polyfill } 'foreach-polyfill'
polyfill()

或者

require('foreach-polyfill').polyfill()