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

defaultReport后用jquery发起请求再调用XMLHttpRequest.abort();Cannot read property 'apply' of null #15

Open
panlina opened this issue Jun 25, 2019 · 0 comments

Comments

@panlina
Copy link

panlina commented Jun 25, 2019

在空目录里npm i jquery web-report然后创建以下页面:

<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/web-report/defaultReport.js"></script>
<script>
Performance({
	domain: '/',
});
var request = $.ajax("/");
request.abort();
</script>

就会

defaultReport.js:1 Uncaught TypeError: Cannot read property 'apply' of null

好像是patch XMLHttpRequest对象弄坏的?

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

1 participant