diff options
Diffstat (limited to 'netsniff.js')
-rw-r--r-- | netsniff.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netsniff.js b/netsniff.js index 37d109f..35e5c14 100644 --- a/netsniff.js +++ b/netsniff.js @@ -1,4 +1,5 @@ // from http://stackoverflow.com/questions/16846506/phantomjs-timeout +// based on https://github.com/ariya/phantomjs/raw/master/examples/netsniff.js "use strict"; // stop after 20 sec ( add this before you request your webpage ) |