Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 366 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 366 Bytes

Webapp load error checker

This Node.js application checks whether a given HTML file has load errors.

Usage

node ./load_errors <file> <timeout>

File is the location of the HTML file. Timeout is the number of ms that should be waited before closing (larger numbers for slower computers).

Returns yes, no or maybe (if it couldn't open the file).