English | 简体中文
Mobile Web Developer Tool
###AJAX
- Click the AlloyLever button to toggle between showing or hiding the tool panel
- Output all the log by console.[log|info|warn|debug|error] in the Console tab
- Output all the error info in the Console tab
- Output all the XMLHttpRequest's requests in the XHR tab
- Output all the Cookie info and LocalStorage info in the Resources tab
- Output all the timing of website's Life Cycle in the Timeline tab
http://alloyteam.github.io/AlloyLever/
You can install it via npm:
npm install alloylever
reference in your page ,such as:
<script src="alloylever.js"></script>
Note that you have to reference the script before the other scripts !!
This content is released under the MIT License.