sketch-polyfill-fetch:提取草图的polyfill

时间:2021-02-06 02:33:54
【文件属性】:
文件名称:sketch-polyfill-fetch:提取草图的polyfill
文件大小:7KB
文件格式:ZIP
更新时间:2021-02-06 02:33:54
polyfill fetch sketch SketchJavaScript 草图-polyfill-提取 受的草图。 使用时,它会自动包含(需要时)。 安装 :warning: 如果您使用的是 ,则无需安装它! npm i -S sketch-polyfill-fetch 用法 使用skpm: export default ( ) => { fetch ( "https://google.com" ) . then ( response => response . text ( ) ) . then ( text => console . log ( text ) ) . catch ( e => console . error ( e ) ) ;
【文件预览】:
sketch-polyfill-fetch-master
----.gitignore(74B)
----package.json(711B)
----.travis.yml(607B)
----LICENSE(1KB)
----README.md(936B)
----lib()
--------index.js(6KB)
--------form-data.js(2KB)
--------__tests__()
----.editorconfig(53B)

网友评论