String.prototype.trimEnd:符合ES2019规范的String.prototype.trimEnd填充

时间:2024-05-20 05:12:03
【文件属性】:

文件名称:String.prototype.trimEnd:符合ES2019规范的String.prototype.trimEnd填充

文件大小:15KB

文件格式:ZIP

更新时间:2024-05-20 05:12:03

polyfill es6 string proposal ecmascript

String.prototype.trimEnd 符合ES2019规范的String.prototype.trimEnd填充程序。 如果不可用,则调用其“ shim”方法对String.prototype.trimEnd进行填充。 该软件包实现了接口。 它可以在ES3支持的环境中工作并符合。 在ES6环境中,它也可以与Symbol一起正常使用。 最常见的用法: var trimEnd = require ( 'string.prototype.trimend' ) ; assert ( trimEnd ( ' \t\na \t\n' ) === 'a \t\n' ) ; if ( ! String . prototype . trimEnd ) { trimEnd . shim ( ) ; } assert ( trimEnd ( ' \t\na \t\n ' ) === ' \


【文件预览】:
String.prototype.trimEnd-main
----shim.js(329B)
----.eslintrc(162B)
----.github()
--------workflows()
----polyfill.js(458B)
----.npmignore(642B)
----LICENSE(1KB)
----test()
--------shimmed.js(1KB)
--------implementation.js(637B)
--------tests.js(1KB)
--------index.js(438B)
----README.md(2KB)
----auto.js(36B)
----.npmrc(55B)
----implementation.js(448B)
----.editorconfig(286B)
----.gitignore(623B)
----index.js(373B)
----CHANGELOG.md(6KB)
----.eslintignore(10B)
----package.json(2KB)
----.nycrc(139B)

网友评论