()
| 209 | } |
| 210 | |
| 211 | private getBaseUrl() { |
| 212 | return window.location.origin + this.base; |
| 213 | } |
| 214 | |
| 215 | public async submit(request: Record<string, any>) { |
| 216 | request.allowStoreCodeDebug = this.allowStoreCodeDebug; |
no outgoing calls
no test coverage detected