We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
XMLHttpRequest.abort();
Cannot read property 'apply' of null
在空目录里npm i jquery web-report然后创建以下页面:
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对象弄坏的?
XMLHttpRequest
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在空目录里
npm i jquery web-report
然后创建以下页面:就会
好像是patch
XMLHttpRequest
对象弄坏的?The text was updated successfully, but these errors were encountered: