* Clone this request * * @return Request
()
| 6860 | * @return Request |
| 6861 | */ |
| 6862 | clone() { |
| 6863 | return new _Request(this); |
| 6864 | } |
| 6865 | }; |
| 6866 | Body.mixIn(Request6.prototype); |
| 6867 | Object.defineProperty(Request6.prototype, Symbol.toStringTag, { |
no test coverage detected