super-xhr:超级干净的ajax请求

时间:2024-06-11 12:36:11
【文件属性】:

文件名称:super-xhr:超级干净的ajax请求

文件大小:2KB

文件格式:ZIP

更新时间:2024-06-11 12:36:11

JavaScript

超xhr 超级干净的ajax请求 示例使用 import reqest from 'super-xhr' request ( { method : 'GET' , url : 'http://example.com' } ) . then ( function ( datums ) { return request ( { method : 'POST' , url : datums . url , params : { score : 900 } , headers : { 'X-Subliminal-Message' : 'Upvote-this-answer' } } ) ; } ) . catch ( function ( err ) { console . error ( 'error!' , err . statusText


【文件预览】:
super-xhr-master
----package.json(439B)
----main.js(1KB)
----README.md(410B)

网友评论