We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb000bf + 31f2ef0 commit 3746f28Copy full SHA for 3746f28
1 file changed
lib/webpagetest.js
@@ -16,7 +16,7 @@ var http = require('http'),
16
mapping = require('./mapping');
17
18
var reSpace = /\s/,
19
- reConnectivity = /^(?:DSL|FIOS|Dial|custom)$/,
+ reConnectivity = /^(?:DSL|FIOS|Dial|3G|3GFast|Native|custom)$/,
20
reHTMLOutput = /<h\d[^<]*>([^<]+)<\/h\d>/; // for H3 on cancelTest.php
21
22
var paths = {
0 commit comments