17 lines
627 B
JavaScript
17 lines
627 B
JavaScript
import "../getRawRequest-BTaNLFr0.mjs";
|
|
import "../createRequestId-DQcIlohW.mjs";
|
|
import "../bufferUtils-BiiO6HZv.mjs";
|
|
import "../handleRequest-D7kpTI5U.mjs";
|
|
import { t as FetchInterceptor } from "../fetch-DdKEdDOR.mjs";
|
|
import { t as XMLHttpRequestInterceptor } from "../XMLHttpRequest-BvxZV0WU.mjs";
|
|
|
|
//#region src/presets/browser.ts
|
|
/**
|
|
* The default preset provisions the interception of requests
|
|
* regardless of their type (fetch/XMLHttpRequest).
|
|
*/
|
|
var browser_default = [new FetchInterceptor(), new XMLHttpRequestInterceptor()];
|
|
|
|
//#endregion
|
|
export { browser_default as default };
|
|
//# sourceMappingURL=browser.mjs.map
|