(
method: 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE',
url: string | { url: string; data?: any; headers?: any },
retry?: number,
)
| 2 | |
| 3 | export interface requestInterface { |
| 4 | xhr( |
| 5 | method: 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE', |
| 6 | url: string | { url: string; data?: any; headers?: any }, |
| 7 | retry?: number, |
no outgoing calls
no test coverage detected