Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vconsole复写XMLHttpRequest的send方法会导致post的数据丢失 #14

Closed
YoringChen opened this issue May 14, 2016 · 2 comments
Closed

Comments

@YoringChen
Copy link

大概在173行处.

setTimeout(function() { _send.apply(that, arguments); }, 1);

貌似arguments的使用有点问题,获取到的是seTimeout的回调函数arguments,而不是原本XMLHttpRequest的send方法arguments?

@Maizify
Copy link
Collaborator

Maizify commented May 15, 2016

确实有问题,有待修复……

@Maizify
Copy link
Collaborator

Maizify commented May 16, 2016

v1.2.1已修复。

@Maizify Maizify closed this as completed May 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants