(options)
| 76962 | this.tracingOptions = options.tracingOptions; |
| 76963 | this.onUploadProgress = options.onUploadProgress; |
| 76964 | this.onDownloadProgress = options.onDownloadProgress; |
| 76965 | this.requestId = options.requestId || randomUUID(); |
| 76966 | this.allowInsecureConnection = (_f = options.allowInsecureConnection) !== null && _f !== void 0 ? _f : false; |
| 76967 | this.enableBrowserStreams = (_g = options.enableBrowserStreams) !== null && _g !== void 0 ? _g : false; |
| 76968 | } |
| 76969 | }; |
no outgoing calls
no test coverage detected