Monkey patch XMLHTTPRequest.onreadystatechange

后端 未结 3 1113
半阙折子戏
半阙折子戏 2020-12-16 04:35

How would go about monkey patching the XMLHTTPRequest\'s onreadystatechange function. I\'m trying to add a function that would be called when every

3条回答
  •  萌比男神i
    2020-12-16 05:27

    you can learn from Ajax-hook written by chinese!

    it is a advanced js to enable Monkey patch XMLHTTPRequest

提交回复
热议问题