文件名称:helper-xhr:简单的XHR Promise包装器
文件大小:30KB
文件格式:ZIP
更新时间:2024-06-11 15:56:31
JavaScript
XHR助手 非常基本,非常简单的xhr promise包装器。 我开始使用 ,很快发现对fetch请求 。 所以我创建了这个miny / simple / basic xhr请求包装器。 安装 npm install helper-xhr 没有依赖性。 是的,它在。 用法 import HttpRequest from 'helper-xhr'; var xhr = new HttpRequest("POST", "/foo/bar/", "application/json"); xhr.send({elmer: "fudd"}).then((data) => { console.log("got this", data.json); }).catch((e) => { console.log("something wrong", e); }); console.log("he
【文件预览】:
helper-xhr-master
----.gitignore(13B)
----helper-xhr.js(2KB)
----.gitattributes(378B)
----package.json(752B)
----dist()
--------helper-xhr.js(0B)
----src()
--------helper-xhr.js(2KB)
----readme.md(949B)
----.babelrc(23B)
----webpack.config.js(160B)
----package-lock.json(107KB)