File size: 770 Bytes
cd6720a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import "../fetchUtils-BKJ1XmiO.mjs";
import "../bufferUtils-DxPxwff_.mjs";
import { t as ClientRequestInterceptor } from "../ClientRequest-DGhBX21V.mjs";
import "../handleRequest-FIQv5pwH.mjs";
import "../node-lsdNwZEW.mjs";
import { t as XMLHttpRequestInterceptor } from "../XMLHttpRequest-Dw6Wm-UU.mjs";
import "../hasConfigurableGlobal-BiTmog1u.mjs";
import { t as FetchInterceptor } from "../fetch-CaC3rGEu.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