clearIntercept()
Removes interceptor for the provided URL or all interceptors if no URL is specified
Examples
Section titled “Examples”# case 1: Remove intercept for a single URL :await clearIntercept(requestUrl)# case 2: Reset intercept for all URL :await clearIntercept()Parameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
requestUrl | string | request URL to intercept. Optional parameters |
Returns
Section titled “Returns”This API does not return any values.