Operations

Check for Problems

Running this will look for problems with your HTML, CSS, and JavaScript and report them. If the input is HTML, it will look for JS and CSS in <script> and <style> elements, and inside attributes like onclick= and style=.

The rerendered output is displayed below any messages, and if you specify a user agent, the rerendered output will have optimizations performed.

Debiggify

Running this will perform optimizations on your code and output the result. If the input contains source files of different types, then the output will be an HTML document that stitches the inputs together.

JSDoc

Running this will generate HTML documentation from your code and prompt you to download a ZIP file containing the output. Since browsing a documentation tree requires serving lots of small files you can't see the results in your browser. We encourage you to download and integrate JSDoc into your automated test runs.