登录
首页 » JavaScript » Ajax-hook-master

Ajax-hook-master

于 2020-06-22 发布
0 92
下载积分: 1 下载次数: 2

代码说明:

说明:  Ajax-hook是一个精巧的用于拦截XMLHttpRequest全局对象的库,它可以在XMLHttpRequest对象发起请求之前和收到响应内容之后获得处理权。通过它你可以在底层对请求进行统一的操作。(Ajax-hook is a sophisticated library for intercepting XMLHttpRequest global objects, which can be processed before and after the request is made by the XMLHttpRequest object. It allows you to unify requests at the bottom.)

文件列表:

Ajax-hook-master, 0 , 2019-02-22
Ajax-hook-master\.gitignore, 37 , 2019-02-22
Ajax-hook-master\.npmignore, 79 , 2019-02-22
Ajax-hook-master\.travis.yml, 35 , 2019-02-22
Ajax-hook-master\README-EN.md, 3151 , 2019-02-22
Ajax-hook-master\README.md, 7342 , 2019-02-22
Ajax-hook-master\ajaxhook.png, 21120 , 2019-02-22
Ajax-hook-master\demon, 0 , 2019-02-22
Ajax-hook-master\demon\demo.html, 2406 , 2019-02-22
Ajax-hook-master\demon\demoCommonJs.html, 1125 , 2019-02-22
Ajax-hook-master\demon\test.js, 994 , 2019-02-22
Ajax-hook-master\demon\testTypeScript.js, 833 , 2019-02-22
Ajax-hook-master\demon\testTypeScript.ts, 729 , 2019-02-22
Ajax-hook-master\dist.js, 35 , 2019-02-22
Ajax-hook-master\dist, 0 , 2019-02-22
Ajax-hook-master\dist\ajaxhook.min.js, 1288 , 2019-02-22
Ajax-hook-master\dist\test.min.js, 1981 , 2019-02-22
Ajax-hook-master\index.d.ts, 118 , 2019-02-22
Ajax-hook-master\index.js, 42 , 2019-02-22
Ajax-hook-master\package.json, 687 , 2019-02-22
Ajax-hook-master\pay.png, 53342 , 2019-02-22
Ajax-hook-master\src, 0 , 2019-02-22
Ajax-hook-master\src\ajaxhook.js, 2685 , 2019-02-22
Ajax-hook-master\webpack.config.js, 507 , 2019-02-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • JavaScript 代理模式
    翻译  maninwest@Codeforge  作者:Ralph Varjabedian @ Codeproject介绍 这是个使用 JavaScript 创建一个类的代理的简单脚本。例如我们有个类 (作为构造函数的函数) Math ,它有几个定义了如加减乘除等的函数。function Math() { this.IsMath = true; } Math.prototype = { add: function(a, b) { return a + b; }, subtract: function(a, b) { return this.add(a, -b); }, multiply: function(a, b) { return a * b; }, divide: function(a, b) { return a / b; } } 我们希望可以以某种方式修改其行为,可以让我们使用beforeFunction事件和 afterFunction 事件,拦截这个类中每个函数调用。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-04-08 06:10:26下载
    积分:1
  • Java聊天室程序源代码,这是一个使用JAVA实现的聊天室程序,希望大家喜欢....
    Java聊天室程序源代码,这是一个使用JAVA实现的聊天室程序,希望大家喜欢.-Chat Java source code, which is a realization of the use of JAVA chat room program, I hope you like.
    2022-04-02 03:23:18下载
    积分:1
  • 《《《房屋管系统》》》
    一个完整的房屋管理信息系统,希望和大家相互学习和交流,大家一起提高一个完整的房屋管理信息系统,希望和大家相互学习和交流,大家一起提高一个完整的房屋管理信息系统,希望和大家相互学习和交流,大家一起提高 一个完整的房屋管理信息系统,希望和大家相互学习和交流,大家一起提高 一个完整的房屋管理信息系统,希望和大家相互学习和交流,大家一起提高
    2022-03-13 00:52:41下载
    积分:1
  • 录音
    前端录音后,把音频文件上传到后台上传文件到后台(After the front-end recording, upload the audio file to the background and upload the file to the background.)
    2019-07-09 20:01:15下载
    积分:1
  • 某公司形象宣传网站
    一个完整的网站,特别适合初学者学习,压缩包里包括了CSS、JS代码文件及各类文档和图片,分类清晰明了,在网页的动画方面使用了jQuery框架。整个网站比较简单,适合练习。
    2022-07-01 20:21:32下载
    积分:1
  • function
    对输入框输入的进行判断是否符合要求,对数字的对小数点前和小数点后的进行判断,对日期的对日期的进行解析,判断年月日(Entered on the input box to judge whether it meets the requirements of the figures of the decimal point decimal point before and after the judge, on the date of the date of the conduct of analysis, to determine date)
    2008-01-24 09:54:59下载
    积分:1
  • Script to display stock exchange data
    Script to display stock exchange data
    2022-02-05 21:05:10下载
    积分:1
  • ckplayer源码6.3
    ckplayer源码6.3完整版, 可定制开发,嵌入到你的html网页中
    2023-03-08 21:30:03下载
    积分:1
  • WEIXIN
    说明:  微信编辑器,非常好用,需要的可以自己研究(Wechat Editor, very useful, you can study it yourself if you need it.)
    2019-04-21 12:16:34下载
    积分:1
  • java 模板语言核心代码
    模板语言,java,股票,证券。非常棒的。功能强大 package com.honey.template.algorithm.formula; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import com.honey.template.algorithm.formula.support.DataFieldValueContext; import com.honey.template.algorithm.formula.support.RelatedFieldContext; import com.honey.template.algorithm.formula.support.RelatedFieldInfo; import com.honey.template.algorithm.formula.support.VariableContext; import fr.expression4j.basic.MathematicalElement; import fr.expression4j.core.Expression; /**  * * @ClassName: Formula * @Description: TODO * @author duanl * @date 2016年6月13日 *  */ public class Formula {  private String v;  private String[] varnames;  private Map returns =
    2022-05-14 09:40:41下载
    积分:1
  • 696522资源总数
  • 104029会员总数
  • 31今日下载