()
| 11632 | } else { |
| 11633 | this[kNetConnect] = [matcher]; |
| 11634 | } |
| 11635 | } else if (typeof matcher === "undefined") { |
| 11636 | this[kNetConnect] = true; |
| 11637 | } else { |
| 11638 | throw new InvalidArgumentError("Unsupported matcher. Must be one of String|Function|RegExp."); |
| 11639 | } |
| 11640 | } |
no test coverage detected