(method: string, url: string)
| 419 | } |
| 420 | |
| 421 | open(method: string, url: string) { |
| 422 | this.method = method; |
| 423 | this.url = url; |
| 424 | } |
| 425 | |
| 426 | setRequestHeader(key: string, value: string) { |
| 427 | this.headers.set(key, value); |
no outgoing calls
no test coverage detected