文件名称:polyfill-library:NodeJS模块,用于创建针对各个用户代理量身定制的polyfill捆绑包
文件大小:1016KB
文件格式:ZIP
更新时间:2024-03-19 21:02:48
polyfill polyfill-service JavaScript
Polyfill库· NodeJS模块可创建针对各个用户代理量身定制的Polyfill捆绑包 安装 npm install polyfill-library --save 用法 const polyfillLibrary = require ( 'polyfill-library' ) ; const polyfillBundle = polyfillLibrary . getPolyfillString ( { uaString : 'Mozilla/5.0 (Windows; U; MSIE 7.0; Windows NT 6.0; en-US)' , minify : true , features : { 'es6' : { flags : [ 'gated' ] } } } ) . then ( function ( bundleString ) { consol