(url)
| 35413 | } |
| 35414 | |
| 35415 | hasHTTPCapability(url) { |
| 35416 | var _this3 = this; |
| 35417 | |
| 35418 | return (0, (_asyncToGenerator2 || _load_asyncToGenerator()).default)(function* () { |
| 35419 | return (yield _this3.config.requestManager.request({ |
| 35420 | url, |
| 35421 | method: 'HEAD', |
| 35422 | queue: _this3.resolver.fetchingQueue, |
| 35423 | followRedirect: false |
| 35424 | })) !== false; |
| 35425 | })(); |
| 35426 | } |
| 35427 | |
| 35428 | resolve() { |
| 35429 | var _this4 = this; |
no test coverage detected