(opts: Record<string, any> = {})
| 336 | } |
| 337 | |
| 338 | request(opts: Record<string, any> = {}) { |
| 339 | Object.assign(opts, { xd: this.xd }, this.opts); |
| 340 | return new Request(newRequest, this.uri(), opts as RequestOptions); |
| 341 | } |
| 342 | } |
| 343 | |
| 344 | function newRequest(opts) { |