📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 16:55:59
📂
/ (Root)
/
home
/
supecsoq
/
.trash
/
node_modules
/
next
/
dist
/
experimental
/
testmode
📍 /home/supecsoq/.trash/node_modules/next/dist/experimental/testmode
🔄 Refresh
✏️
Editing: httpget.js
Writable
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "interceptHttpGet", { enumerable: true, get: function() { return interceptHttpGet; } }); const _ClientRequest = require("next/dist/compiled/@mswjs/interceptors/ClientRequest"); const _fetch = require("./fetch"); function interceptHttpGet(originalFetch) { const clientRequestInterceptor = new _ClientRequest.ClientRequestInterceptor(); clientRequestInterceptor.on('request', async ({ request })=>{ const response = await (0, _fetch.handleFetch)(originalFetch, request); request.respondWith(response); }); clientRequestInterceptor.apply(); // Cleanup. return ()=>{ clientRequestInterceptor.dispose(); }; } //# sourceMappingURL=httpget.js.map
💾 Save Changes
❌ Cancel