22 lines
722 B
JavaScript
22 lines
722 B
JavaScript
import "../fetchUtils-CoU35g3M.mjs";
|
|
import "../bufferUtils-_8XfKIfX.mjs";
|
|
import { t as ClientRequestInterceptor } from "../ClientRequest-Ca8Qykuv.mjs";
|
|
import "../handleRequest-Y97UwBbF.mjs";
|
|
import "../node-DwCc6iuP.mjs";
|
|
import { t as XMLHttpRequestInterceptor } from "../XMLHttpRequest-C8dIZpds.mjs";
|
|
import { t as FetchInterceptor } from "../fetch-G1DVwDKG.mjs";
|
|
|
|
//#region src/presets/node.ts
|
|
/**
|
|
* The default preset provisions the interception of requests
|
|
* regardless of their type (http/https/XMLHttpRequest).
|
|
*/
|
|
var node_default = [
|
|
new ClientRequestInterceptor(),
|
|
new XMLHttpRequestInterceptor(),
|
|
new FetchInterceptor()
|
|
];
|
|
|
|
//#endregion
|
|
export { node_default as default };
|
|
//# sourceMappingURL=node.mjs.map
|