Spaces:
Sleeping
Sleeping
| import { XMLHttpRequestInterceptor } from "../interceptors/XMLHttpRequest/index.cjs"; | |
| import { FetchInterceptor } from "../interceptors/fetch/index.cjs"; | |
| //#region src/presets/browser.d.ts | |
| /** | |
| * The default preset provisions the interception of requests | |
| * regardless of their type (fetch/XMLHttpRequest). | |
| */ | |
| declare const _default: readonly [FetchInterceptor, XMLHttpRequestInterceptor]; | |
| export = _default; | |
| //# sourceMappingURL=browser.d.cts.map |