( value: boolean )
| 167 | } |
| 168 | |
| 169 | setNodeChunkedEncoding ( value: boolean ) { |
| 170 | this.nodeChunkedEncoding = value |
| 171 | } |
| 172 | |
| 173 | abort () { |
| 174 | if ( this.readyState === this.DONE ) { |
nothing calls this directly
no outgoing calls
no test coverage detected