@mswjs/interceptors 0.36.8 → 0.36.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/lib/browser/{chunk-THPGBWJQ.mjs → chunk-4RQHC4IY.mjs} +13 -9
  2. package/lib/browser/chunk-4RQHC4IY.mjs.map +1 -0
  3. package/lib/browser/{chunk-XVPRNJO7.mjs → chunk-6MOMO77R.mjs} +1 -1
  4. package/lib/browser/chunk-6MOMO77R.mjs.map +1 -0
  5. package/lib/browser/{chunk-2CAGU4FT.js → chunk-7TPGF5DM.js} +1 -1
  6. package/lib/browser/chunk-7TPGF5DM.js.map +1 -0
  7. package/lib/browser/{chunk-6QUU6UER.js → chunk-CAAXYHKD.js} +11 -11
  8. package/lib/browser/{chunk-FYSUKT3F.js → chunk-CK3NCGUG.js} +15 -11
  9. package/lib/browser/chunk-CK3NCGUG.js.map +1 -0
  10. package/lib/browser/{chunk-45ALW4JK.mjs → chunk-MMAVIMED.mjs} +3 -3
  11. package/lib/browser/{chunk-6CHFD3BW.js → chunk-NNR7JKYY.js} +9 -9
  12. package/lib/browser/{chunk-DZYTPQEW.mjs → chunk-VXLPKFY4.mjs} +3 -3
  13. package/lib/browser/{glossary-7d7adb4b.d.ts → glossary-6564c252.d.ts} +2 -1
  14. package/lib/browser/index.d.ts +1 -1
  15. package/lib/browser/index.js +2 -2
  16. package/lib/browser/index.mjs +1 -1
  17. package/lib/browser/interceptors/XMLHttpRequest/index.d.ts +1 -1
  18. package/lib/browser/interceptors/XMLHttpRequest/index.js +4 -4
  19. package/lib/browser/interceptors/XMLHttpRequest/index.mjs +3 -3
  20. package/lib/browser/interceptors/fetch/index.d.ts +1 -1
  21. package/lib/browser/interceptors/fetch/index.js +4 -4
  22. package/lib/browser/interceptors/fetch/index.mjs +3 -3
  23. package/lib/browser/presets/browser.d.ts +1 -1
  24. package/lib/browser/presets/browser.js +6 -6
  25. package/lib/browser/presets/browser.mjs +4 -4
  26. package/lib/node/{BatchInterceptor-13d40c95.d.ts → BatchInterceptor-67bf41ba.d.ts} +1 -1
  27. package/lib/node/{Interceptor-a31b1217.d.ts → Interceptor-436630be.d.ts} +2 -1
  28. package/lib/node/RemoteHttpInterceptor.d.ts +2 -2
  29. package/lib/node/RemoteHttpInterceptor.js +8 -8
  30. package/lib/node/RemoteHttpInterceptor.mjs +4 -4
  31. package/lib/node/{chunk-MG3S53QP.mjs → chunk-5VLPRS7Y.mjs} +4 -6
  32. package/lib/node/chunk-5VLPRS7Y.mjs.map +1 -0
  33. package/lib/node/{chunk-CR4RBHMG.js → chunk-6F2CSTH4.js} +10 -10
  34. package/lib/node/{chunk-BZ3Y7YV5.mjs → chunk-6YM4PLBI.mjs} +1 -1
  35. package/lib/node/chunk-6YM4PLBI.mjs.map +1 -0
  36. package/lib/node/{chunk-IDEEMJ3F.js → chunk-73NOP3T5.js} +1 -1
  37. package/lib/node/chunk-73NOP3T5.js.map +1 -0
  38. package/lib/node/{chunk-FLQK3CSL.js → chunk-7F5S3MDK.js} +8 -8
  39. package/lib/node/{chunk-EV33OS3A.mjs → chunk-BBC5JYC4.mjs} +3 -3
  40. package/lib/node/{chunk-M4WQE4TR.mjs → chunk-DABV27J7.mjs} +12 -8
  41. package/lib/node/chunk-DABV27J7.mjs.map +1 -0
  42. package/lib/node/{chunk-GD7YWPFZ.mjs → chunk-SYHIUXN7.mjs} +3 -3
  43. package/lib/node/{chunk-FPLETXGA.js → chunk-T6USXRLL.js} +7 -9
  44. package/lib/node/chunk-T6USXRLL.js.map +1 -0
  45. package/lib/node/{chunk-VCUEA4PL.js → chunk-W46RNDIE.js} +12 -8
  46. package/lib/node/chunk-W46RNDIE.js.map +1 -0
  47. package/lib/node/index.d.ts +2 -2
  48. package/lib/node/index.js +2 -2
  49. package/lib/node/index.mjs +1 -1
  50. package/lib/node/interceptors/ClientRequest/index.d.ts +1 -1
  51. package/lib/node/interceptors/ClientRequest/index.js +3 -3
  52. package/lib/node/interceptors/ClientRequest/index.mjs +2 -2
  53. package/lib/node/interceptors/XMLHttpRequest/index.d.ts +1 -1
  54. package/lib/node/interceptors/XMLHttpRequest/index.js +4 -4
  55. package/lib/node/interceptors/XMLHttpRequest/index.mjs +3 -3
  56. package/lib/node/interceptors/fetch/index.d.ts +1 -1
  57. package/lib/node/interceptors/fetch/index.js +4 -4
  58. package/lib/node/interceptors/fetch/index.mjs +3 -3
  59. package/lib/node/presets/node.d.ts +1 -1
  60. package/lib/node/presets/node.js +8 -8
  61. package/lib/node/presets/node.mjs +5 -5
  62. package/package.json +3 -2
  63. package/src/glossary.ts +6 -0
  64. package/src/interceptors/ClientRequest/MockHttpSocket.ts +7 -3
  65. package/src/utils/handleRequest.ts +11 -7
  66. package/lib/browser/chunk-2CAGU4FT.js.map +0 -1
  67. package/lib/browser/chunk-FYSUKT3F.js.map +0 -1
  68. package/lib/browser/chunk-THPGBWJQ.mjs.map +0 -1
  69. package/lib/browser/chunk-XVPRNJO7.mjs.map +0 -1
  70. package/lib/node/chunk-BZ3Y7YV5.mjs.map +0 -1
  71. package/lib/node/chunk-FPLETXGA.js.map +0 -1
  72. package/lib/node/chunk-IDEEMJ3F.js.map +0 -1
  73. package/lib/node/chunk-M4WQE4TR.mjs.map +0 -1
  74. package/lib/node/chunk-MG3S53QP.mjs.map +0 -1
  75. package/lib/node/chunk-VCUEA4PL.js.map +0 -1
  76. /package/lib/browser/{chunk-6QUU6UER.js.map → chunk-CAAXYHKD.js.map} +0 -0
  77. /package/lib/browser/{chunk-45ALW4JK.mjs.map → chunk-MMAVIMED.mjs.map} +0 -0
  78. /package/lib/browser/{chunk-6CHFD3BW.js.map → chunk-NNR7JKYY.js.map} +0 -0
  79. /package/lib/browser/{chunk-DZYTPQEW.mjs.map → chunk-VXLPKFY4.mjs.map} +0 -0
  80. /package/lib/node/{chunk-CR4RBHMG.js.map → chunk-6F2CSTH4.js.map} +0 -0
  81. /package/lib/node/{chunk-FLQK3CSL.js.map → chunk-7F5S3MDK.js.map} +0 -0
  82. /package/lib/node/{chunk-EV33OS3A.mjs.map → chunk-BBC5JYC4.mjs.map} +0 -0
  83. /package/lib/node/{chunk-GD7YWPFZ.mjs.map → chunk-SYHIUXN7.mjs.map} +0 -0
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createServerErrorResponse,
3
3
  isResponseError
4
- } from "./chunk-XVPRNJO7.mjs";
4
+ } from "./chunk-6MOMO77R.mjs";
5
5
 
6
6
  // src/RequestController.ts
7
7
  import { invariant } from "outvariant";
@@ -124,13 +124,17 @@ async function handleRequest(options) {
124
124
  });
125
125
  const requestAbortPromise = new DeferredPromise2();
126
126
  if (options.request.signal) {
127
- options.request.signal.addEventListener(
128
- "abort",
129
- () => {
130
- requestAbortPromise.reject(options.request.signal.reason);
131
- },
132
- { once: true }
133
- );
127
+ if (options.request.signal.aborted) {
128
+ requestAbortPromise.reject(options.request.signal.reason);
129
+ } else {
130
+ options.request.signal.addEventListener(
131
+ "abort",
132
+ () => {
133
+ requestAbortPromise.reject(options.request.signal.reason);
134
+ },
135
+ { once: true }
136
+ );
137
+ }
134
138
  }
135
139
  const result = await until(async () => {
136
140
  const requestListtenersPromise = emitAsync(options.emitter, "request", {
@@ -193,4 +197,4 @@ export {
193
197
  emitAsync,
194
198
  handleRequest
195
199
  };
196
- //# sourceMappingURL=chunk-THPGBWJQ.mjs.map
200
+ //# sourceMappingURL=chunk-4RQHC4IY.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/RequestController.ts","../../src/InterceptorError.ts","../../src/utils/emitAsync.ts","../../src/utils/handleRequest.ts","../../src/utils/isNodeLikeError.ts"],"sourcesContent":["import { invariant } from 'outvariant'\nimport { DeferredPromise } from '@open-draft/deferred-promise'\nimport { InterceptorError } from './InterceptorError'\n\nconst kRequestHandled = Symbol('kRequestHandled')\nexport const kResponsePromise = Symbol('kResponsePromise')\n\nexport class RequestController {\n /**\n * Internal response promise.\n * Available only for the library internals to grab the\n * response instance provided by the developer.\n * @note This promise cannot be rejected. It's either infinitely\n * pending or resolved with whichever Response was passed to `respondWith()`.\n */\n [kResponsePromise]: DeferredPromise<Response | Error | undefined>;\n\n /**\n * Internal flag indicating if this request has been handled.\n * @note The response promise becomes \"fulfilled\" on the next tick.\n */\n [kRequestHandled]: boolean\n\n constructor(private request: Request) {\n this[kRequestHandled] = false\n this[kResponsePromise] = new DeferredPromise()\n }\n\n /**\n * Respond to this request with the given `Response` instance.\n * @example\n * controller.respondWith(new Response())\n * controller.respondWith(Response.json({ id }))\n * controller.respondWith(Response.error())\n */\n public respondWith(response: Response): void {\n invariant.as(\n InterceptorError,\n !this[kRequestHandled],\n 'Failed to respond to the \"%s %s\" request: the \"request\" event has already been handled.',\n this.request.method,\n this.request.url\n )\n\n this[kRequestHandled] = true\n this[kResponsePromise].resolve(response)\n\n /**\n * @note The request conrtoller doesn't do anything\n * apart from letting the interceptor await the response\n * provided by the developer through the response promise.\n * Each interceptor implements the actual respondWith/errorWith\n * logic based on that interceptor's needs.\n */\n }\n\n /**\n * Error this request with the given error.\n * @example\n * controller.errorWith()\n * controller.errorWith(new Error('Oops!'))\n */\n public errorWith(error?: Error): void {\n invariant.as(\n InterceptorError,\n !this[kRequestHandled],\n 'Failed to error the \"%s %s\" request: the \"request\" event has already been handled.',\n this.request.method,\n this.request.url\n )\n\n this[kRequestHandled] = true\n\n /**\n * @note Resolve the response promise, not reject.\n * This helps us differentiate between unhandled exceptions\n * and intended errors (\"errorWith\") while waiting for the response.\n */\n this[kResponsePromise].resolve(error)\n }\n}\n","export class InterceptorError extends Error {\n constructor(message?: string) {\n super(message)\n this.name = 'InterceptorError'\n Object.setPrototypeOf(this, InterceptorError.prototype)\n }\n}\n","import { Emitter, EventMap } from 'strict-event-emitter'\n\n/**\n * Emits an event on the given emitter but executes\n * the listeners sequentially. This accounts for asynchronous\n * listeners (e.g. those having \"sleep\" and handling the request).\n */\nexport async function emitAsync<\n Events extends EventMap,\n EventName extends keyof Events\n>(\n emitter: Emitter<Events>,\n eventName: EventName,\n ...data: Events[EventName]\n): Promise<void> {\n const listners = emitter.listeners(eventName)\n\n if (listners.length === 0) {\n return\n }\n\n for (const listener of listners) {\n await listener.apply(emitter, data)\n }\n}\n","import type { Emitter } from 'strict-event-emitter'\nimport { DeferredPromise } from '@open-draft/deferred-promise'\nimport { until } from '@open-draft/until'\nimport type { HttpRequestEventMap } from '../glossary'\nimport { emitAsync } from './emitAsync'\nimport { kResponsePromise, RequestController } from '../RequestController'\nimport {\n createServerErrorResponse,\n isResponseError,\n ResponseError,\n} from './responseUtils'\nimport { InterceptorError } from '../InterceptorError'\nimport { isNodeLikeError } from './isNodeLikeError'\n\ninterface HandleRequestOptions {\n requestId: string\n request: Request\n emitter: Emitter<HttpRequestEventMap>\n controller: RequestController\n\n /**\n * Called when the request has been handled\n * with the given `Response` instance.\n */\n onResponse: (response: Response) => void | Promise<void>\n\n /**\n * Called when the request has been handled\n * with the given `Response.error()` instance.\n */\n onRequestError: (response: ResponseError) => void\n\n /**\n * Called when an unhandled error happens during the\n * request handling. This is never a thrown error/response.\n */\n onError: (error: unknown) => void\n}\n\n/**\n * @returns {Promise<boolean>} Indicates whether the request has been handled.\n */\nexport async function handleRequest(\n options: HandleRequestOptions\n): Promise<boolean> {\n const handleResponse = async (response: Response | Error) => {\n if (response instanceof Error) {\n options.onError(response)\n }\n\n // Handle \"Response.error()\" instances.\n else if (isResponseError(response)) {\n options.onRequestError(response)\n } else {\n await options.onResponse(response)\n }\n\n return true\n }\n\n const handleResponseError = async (error: unknown): Promise<boolean> => {\n // Forward the special interceptor error instances\n // to the developer. These must not be handled in any way.\n if (error instanceof InterceptorError) {\n throw result.error\n }\n\n // Support mocking Node.js-like errors.\n if (isNodeLikeError(error)) {\n options.onError(error)\n return true\n }\n\n // Handle thrown responses.\n if (error instanceof Response) {\n return await handleResponse(error)\n }\n\n return false\n }\n\n // Add the last \"request\" listener to check if the request\n // has been handled in any way. If it hasn't, resolve the\n // response promise with undefined.\n options.emitter.once('request', ({ requestId: pendingRequestId }) => {\n if (pendingRequestId !== options.requestId) {\n return\n }\n\n if (options.controller[kResponsePromise].state === 'pending') {\n options.controller[kResponsePromise].resolve(undefined)\n }\n })\n\n const requestAbortPromise = new DeferredPromise<void, unknown>()\n\n /**\n * @note `signal` is not always defined in React Native.\n */\n if (options.request.signal) {\n if (options.request.signal.aborted) {\n requestAbortPromise.reject(options.request.signal.reason)\n } else {\n options.request.signal.addEventListener(\n 'abort',\n () => {\n requestAbortPromise.reject(options.request.signal.reason)\n },\n { once: true }\n )\n }\n }\n\n const result = await until(async () => {\n // Emit the \"request\" event and wait until all the listeners\n // for that event are finished (e.g. async listeners awaited).\n // By the end of this promise, the developer cannot affect the\n // request anymore.\n const requestListtenersPromise = emitAsync(options.emitter, 'request', {\n requestId: options.requestId,\n request: options.request,\n controller: options.controller,\n })\n\n await Promise.race([\n // Short-circuit the request handling promise if the request gets aborted.\n requestAbortPromise,\n requestListtenersPromise,\n options.controller[kResponsePromise],\n ])\n\n // The response promise will settle immediately once\n // the developer calls either \"respondWith\" or \"errorWith\".\n const mockedResponse = await options.controller[kResponsePromise]\n return mockedResponse\n })\n\n // Handle the request being aborted while waiting for the request listeners.\n if (requestAbortPromise.state === 'rejected') {\n options.onError(requestAbortPromise.rejectionReason)\n return true\n }\n\n if (result.error) {\n // Handle the error during the request listener execution.\n // These can be thrown responses or request errors.\n if (await handleResponseError(result.error)) {\n return true\n }\n\n // If the developer has added \"unhandledException\" listeners,\n // allow them to handle the error. They can translate it to a\n // mocked response, network error, or forward it as-is.\n if (options.emitter.listenerCount('unhandledException') > 0) {\n // Create a new request controller just for the unhandled exception case.\n // This is needed because the original controller might have been already\n // interacted with (e.g. \"respondWith\" or \"errorWith\" called on it).\n const unhandledExceptionController = new RequestController(\n options.request\n )\n\n await emitAsync(options.emitter, 'unhandledException', {\n error: result.error,\n request: options.request,\n requestId: options.requestId,\n controller: unhandledExceptionController,\n }).then(() => {\n // If all the \"unhandledException\" listeners have finished\n // but have not handled the response in any way, preemptively\n // resolve the pending response promise from the new controller.\n // This prevents it from hanging forever.\n if (\n unhandledExceptionController[kResponsePromise].state === 'pending'\n ) {\n unhandledExceptionController[kResponsePromise].resolve(undefined)\n }\n })\n\n const nextResult = await until(\n () => unhandledExceptionController[kResponsePromise]\n )\n\n /**\n * @note Handle the result of the unhandled controller\n * in the same way as the original request controller.\n * The exception here is that thrown errors within the\n * \"unhandledException\" event do NOT result in another\n * emit of the same event. They are forwarded as-is.\n */\n if (nextResult.error) {\n return handleResponseError(nextResult.error)\n }\n\n if (nextResult.data) {\n return handleResponse(nextResult.data)\n }\n }\n\n // Otherwise, coerce unhandled exceptions to a 500 Internal Server Error response.\n options.onResponse(createServerErrorResponse(result.error))\n return true\n }\n\n /**\n * Handle a mocked Response instance.\n * @note That this can also be an Error in case\n * the developer called \"errorWith\". This differentiates\n * unhandled exceptions from intended errors.\n */\n if (result.data) {\n return handleResponse(result.data)\n }\n\n // In all other cases, consider the request unhandled.\n // The interceptor must perform it as-is.\n return false\n}\n","export function isNodeLikeError(\n error: unknown\n): error is NodeJS.ErrnoException {\n if (error == null) {\n return false\n }\n\n if (!(error instanceof Error)) {\n return false\n }\n\n return 'code' in error && 'errno' in error\n}\n"],"mappings":"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","names":["DeferredPromise","DeferredPromise"]}
@@ -58,4 +58,4 @@ export {
58
58
  createServerErrorResponse,
59
59
  isResponseError
60
60
  };
61
- //# sourceMappingURL=chunk-XVPRNJO7.mjs.map
61
+ //# sourceMappingURL=chunk-6MOMO77R.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/glossary.ts","../../src/utils/isPropertyAccessible.ts","../../src/utils/responseUtils.ts"],"sourcesContent":["import type { RequestController } from './RequestController'\n\nexport const IS_PATCHED_MODULE: unique symbol = Symbol('isPatchedModule')\n\n/**\n * @note Export `RequestController` as a type only.\n * It's never meant to be created in the userland.\n */\nexport type { RequestController }\n\nexport type RequestCredentials = 'omit' | 'include' | 'same-origin'\n\nexport type HttpRequestEventMap = {\n request: [\n args: {\n request: Request\n requestId: string\n controller: RequestController\n }\n ]\n response: [\n args: {\n response: Response\n isMockedResponse: boolean\n request: Request\n requestId: string\n }\n ]\n unhandledException: [\n args: {\n error: unknown\n request: Request\n requestId: string\n controller: RequestController\n }\n ]\n}\n","/**\n * A function that validates if property access is possible on an object\n * without throwing. It returns `true` if the property access is possible\n * and `false` otherwise.\n *\n * Environments like miniflare will throw on property access on certain objects\n * like Request and Response, for unimplemented properties.\n */\nexport function isPropertyAccessible<Obj extends Record<string, any>>(\n obj: Obj,\n key: keyof Obj\n) {\n try {\n obj[key]\n return true\n } catch {\n return false\n }\n}\n","import { isPropertyAccessible } from './isPropertyAccessible'\n\n/**\n * Response status codes for responses that cannot have body.\n * @see https://fetch.spec.whatwg.org/#statuses\n */\nexport const RESPONSE_STATUS_CODES_WITHOUT_BODY = new Set([\n 101, 103, 204, 205, 304,\n])\n\nexport const RESPONSE_STATUS_CODES_WITH_REDIRECT = new Set([\n 301, 302, 303, 307, 308,\n])\n\n/**\n * Returns a boolean indicating whether the given response status\n * code represents a response that cannot have a body.\n */\nexport function isResponseWithoutBody(status: number): boolean {\n return RESPONSE_STATUS_CODES_WITHOUT_BODY.has(status)\n}\n\n/**\n * Creates a generic 500 Unhandled Exception response.\n */\nexport function createServerErrorResponse(body: unknown): Response {\n return new Response(\n JSON.stringify(\n body instanceof Error\n ? {\n name: body.name,\n message: body.message,\n stack: body.stack,\n }\n : body\n ),\n {\n status: 500,\n statusText: 'Unhandled Exception',\n headers: {\n 'Content-Type': 'application/json',\n },\n }\n )\n}\n\nexport type ResponseError = Response & { type: 'error' }\n\n/**\n * Check if the given response is a `Response.error()`.\n *\n * @note Some environments, like Miniflare (Cloudflare) do not\n * implement the \"Response.type\" property and throw on its access.\n * Safely check if we can access \"type\" on \"Response\" before continuing.\n * @see https://github.com/mswjs/msw/issues/1834\n */\nexport function isResponseError(response: Response): response is ResponseError {\n return isPropertyAccessible(response, 'type') && response.type === 'error'\n}\n"],"mappings":";AAEO,IAAM,oBAAmC,OAAO,iBAAiB;;;ACMjE,SAAS,qBACd,KACA,KACA;AACA,MAAI;AACF,QAAI,GAAG;AACP,WAAO;AAAA,EACT,SAAQ,GAAN;AACA,WAAO;AAAA,EACT;AACF;;;ACZO,IAAM,qCAAqC,oBAAI,IAAI;AAAA,EACxD;AAAA,EAAK;AAAA,EAAK;AAAA,EAAK;AAAA,EAAK;AACtB,CAAC;AAEM,IAAM,sCAAsC,oBAAI,IAAI;AAAA,EACzD;AAAA,EAAK;AAAA,EAAK;AAAA,EAAK;AAAA,EAAK;AACtB,CAAC;AAMM,SAAS,sBAAsB,QAAyB;AAC7D,SAAO,mCAAmC,IAAI,MAAM;AACtD;AAKO,SAAS,0BAA0B,MAAyB;AACjE,SAAO,IAAI;AAAA,IACT,KAAK;AAAA,MACH,gBAAgB,QACZ;AAAA,QACE,MAAM,KAAK;AAAA,QACX,SAAS,KAAK;AAAA,QACd,OAAO,KAAK;AAAA,MACd,IACA;AAAA,IACN;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,YAAY;AAAA,MACZ,SAAS;AAAA,QACP,gBAAgB;AAAA,MAClB;AAAA,IACF;AAAA,EACF;AACF;AAYO,SAAS,gBAAgB,UAA+C;AAC7E,SAAO,qBAAqB,UAAU,MAAM,KAAK,SAAS,SAAS;AACrE;","names":[]}
@@ -58,4 +58,4 @@ function isResponseError(response) {
58
58
 
59
59
 
60
60
  exports.IS_PATCHED_MODULE = IS_PATCHED_MODULE; exports.RESPONSE_STATUS_CODES_WITH_REDIRECT = RESPONSE_STATUS_CODES_WITH_REDIRECT; exports.isResponseWithoutBody = isResponseWithoutBody; exports.createServerErrorResponse = createServerErrorResponse; exports.isResponseError = isResponseError;
61
- //# sourceMappingURL=chunk-2CAGU4FT.js.map
61
+ //# sourceMappingURL=chunk-7TPGF5DM.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/glossary.ts","../../src/utils/isPropertyAccessible.ts","../../src/utils/responseUtils.ts"],"names":[],"mappings":";AAEO,IAAM,oBAAmC,OAAO,iBAAiB;;;ACMjE,SAAS,qBACd,KACA,KACA;AACA,MAAI;AACF,QAAI,GAAG;AACP,WAAO;AAAA,EACT,SAAQ,GAAN;AACA,WAAO;AAAA,EACT;AACF;;;ACZO,IAAM,qCAAqC,oBAAI,IAAI;AAAA,EACxD;AAAA,EAAK;AAAA,EAAK;AAAA,EAAK;AAAA,EAAK;AACtB,CAAC;AAEM,IAAM,sCAAsC,oBAAI,IAAI;AAAA,EACzD;AAAA,EAAK;AAAA,EAAK;AAAA,EAAK;AAAA,EAAK;AACtB,CAAC;AAMM,SAAS,sBAAsB,QAAyB;AAC7D,SAAO,mCAAmC,IAAI,MAAM;AACtD;AAKO,SAAS,0BAA0B,MAAyB;AACjE,SAAO,IAAI;AAAA,IACT,KAAK;AAAA,MACH,gBAAgB,QACZ;AAAA,QACE,MAAM,KAAK;AAAA,QACX,SAAS,KAAK;AAAA,QACd,OAAO,KAAK;AAAA,MACd,IACA;AAAA,IACN;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,YAAY;AAAA,MACZ,SAAS;AAAA,QACP,gBAAgB;AAAA,MAClB;AAAA,IACF;AAAA,EACF;AACF;AAYO,SAAS,gBAAgB,UAA+C;AAC7E,SAAO,qBAAqB,UAAU,MAAM,KAAK,SAAS,SAAS;AACrE","sourcesContent":["import type { RequestController } from './RequestController'\n\nexport const IS_PATCHED_MODULE: unique symbol = Symbol('isPatchedModule')\n\n/**\n * @note Export `RequestController` as a type only.\n * It's never meant to be created in the userland.\n */\nexport type { RequestController }\n\nexport type RequestCredentials = 'omit' | 'include' | 'same-origin'\n\nexport type HttpRequestEventMap = {\n request: [\n args: {\n request: Request\n requestId: string\n controller: RequestController\n }\n ]\n response: [\n args: {\n response: Response\n isMockedResponse: boolean\n request: Request\n requestId: string\n }\n ]\n unhandledException: [\n args: {\n error: unknown\n request: Request\n requestId: string\n controller: RequestController\n }\n ]\n}\n","/**\n * A function that validates if property access is possible on an object\n * without throwing. It returns `true` if the property access is possible\n * and `false` otherwise.\n *\n * Environments like miniflare will throw on property access on certain objects\n * like Request and Response, for unimplemented properties.\n */\nexport function isPropertyAccessible<Obj extends Record<string, any>>(\n obj: Obj,\n key: keyof Obj\n) {\n try {\n obj[key]\n return true\n } catch {\n return false\n }\n}\n","import { isPropertyAccessible } from './isPropertyAccessible'\n\n/**\n * Response status codes for responses that cannot have body.\n * @see https://fetch.spec.whatwg.org/#statuses\n */\nexport const RESPONSE_STATUS_CODES_WITHOUT_BODY = new Set([\n 101, 103, 204, 205, 304,\n])\n\nexport const RESPONSE_STATUS_CODES_WITH_REDIRECT = new Set([\n 301, 302, 303, 307, 308,\n])\n\n/**\n * Returns a boolean indicating whether the given response status\n * code represents a response that cannot have a body.\n */\nexport function isResponseWithoutBody(status: number): boolean {\n return RESPONSE_STATUS_CODES_WITHOUT_BODY.has(status)\n}\n\n/**\n * Creates a generic 500 Unhandled Exception response.\n */\nexport function createServerErrorResponse(body: unknown): Response {\n return new Response(\n JSON.stringify(\n body instanceof Error\n ? {\n name: body.name,\n message: body.message,\n stack: body.stack,\n }\n : body\n ),\n {\n status: 500,\n statusText: 'Unhandled Exception',\n headers: {\n 'Content-Type': 'application/json',\n },\n }\n )\n}\n\nexport type ResponseError = Response & { type: 'error' }\n\n/**\n * Check if the given response is a `Response.error()`.\n *\n * @note Some environments, like Miniflare (Cloudflare) do not\n * implement the \"Response.type\" property and throw on its access.\n * Safely check if we can access \"type\" on \"Response\" before continuing.\n * @see https://github.com/mswjs/msw/issues/1834\n */\nexport function isResponseError(response: Response): response is ResponseError {\n return isPropertyAccessible(response, 'type') && response.type === 'error'\n}\n"]}
@@ -2,11 +2,11 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkFYSUKT3Fjs = require('./chunk-FYSUKT3F.js');
5
+ var _chunkCK3NCGUGjs = require('./chunk-CK3NCGUG.js');
6
6
 
7
7
 
8
8
 
9
- var _chunk2CAGU4FTjs = require('./chunk-2CAGU4FT.js');
9
+ var _chunk7TPGF5DMjs = require('./chunk-7TPGF5DM.js');
10
10
 
11
11
 
12
12
  var _chunkPFGO5BSMjs = require('./chunk-PFGO5BSM.js');
@@ -180,7 +180,7 @@ var _FetchInterceptor = class extends _chunkTIPR373Rjs.Interceptor {
180
180
  async setup() {
181
181
  const pureFetch = globalThis.fetch;
182
182
  _outvariant.invariant.call(void 0,
183
- !pureFetch[_chunk2CAGU4FTjs.IS_PATCHED_MODULE],
183
+ !pureFetch[_chunk7TPGF5DMjs.IS_PATCHED_MODULE],
184
184
  'Failed to patch the "fetch" module: already patched.'
185
185
  );
186
186
  globalThis.fetch = async (input, init) => {
@@ -188,14 +188,14 @@ var _FetchInterceptor = class extends _chunkTIPR373Rjs.Interceptor {
188
188
  const resolvedInput = typeof input === "string" && typeof location !== "undefined" && !canParseUrl(input) ? new URL(input, location.origin) : input;
189
189
  const request = new Request(resolvedInput, init);
190
190
  const responsePromise = new (0, _deferredpromise.DeferredPromise)();
191
- const controller = new (0, _chunkFYSUKT3Fjs.RequestController)(request);
191
+ const controller = new (0, _chunkCK3NCGUGjs.RequestController)(request);
192
192
  this.logger.info("[%s] %s", request.method, request.url);
193
193
  this.logger.info("awaiting for the mocked response...");
194
194
  this.logger.info(
195
195
  'emitting the "request" event for %s listener(s)...',
196
196
  this.emitter.listenerCount("request")
197
197
  );
198
- const isRequestHandled = await _chunkFYSUKT3Fjs.handleRequest.call(void 0, {
198
+ const isRequestHandled = await _chunkCK3NCGUGjs.handleRequest.call(void 0, {
199
199
  request,
200
200
  requestId,
201
201
  emitter: this.emitter,
@@ -206,7 +206,7 @@ var _FetchInterceptor = class extends _chunkTIPR373Rjs.Interceptor {
206
206
  });
207
207
  const decompressedStream = decompressResponse(rawResponse);
208
208
  const response = decompressedStream === null ? rawResponse : new Response(decompressedStream, rawResponse);
209
- if (_chunk2CAGU4FTjs.RESPONSE_STATUS_CODES_WITH_REDIRECT.has(response.status)) {
209
+ if (_chunk7TPGF5DMjs.RESPONSE_STATUS_CODES_WITH_REDIRECT.has(response.status)) {
210
210
  if (request.redirect === "error") {
211
211
  responsePromise.reject(createNetworkError("unexpected redirect"));
212
212
  return;
@@ -231,7 +231,7 @@ var _FetchInterceptor = class extends _chunkTIPR373Rjs.Interceptor {
231
231
  });
232
232
  if (this.emitter.listenerCount("response") > 0) {
233
233
  this.logger.info('emitting the "response" event...');
234
- await _chunkFYSUKT3Fjs.emitAsync.call(void 0, this.emitter, "response", {
234
+ await _chunkCK3NCGUGjs.emitAsync.call(void 0, this.emitter, "response", {
235
235
  // Clone the mocked response for the "response" event listener.
236
236
  // This way, the listener can read the response and not lock its body
237
237
  // for the actual fetch consumer.
@@ -264,7 +264,7 @@ var _FetchInterceptor = class extends _chunkTIPR373Rjs.Interceptor {
264
264
  if (this.emitter.listenerCount("response") > 0) {
265
265
  this.logger.info('emitting the "response" event...');
266
266
  const responseClone = response.clone();
267
- await _chunkFYSUKT3Fjs.emitAsync.call(void 0, this.emitter, "response", {
267
+ await _chunkCK3NCGUGjs.emitAsync.call(void 0, this.emitter, "response", {
268
268
  response: responseClone,
269
269
  isMockedResponse: false,
270
270
  request,
@@ -274,13 +274,13 @@ var _FetchInterceptor = class extends _chunkTIPR373Rjs.Interceptor {
274
274
  return response;
275
275
  });
276
276
  };
277
- Object.defineProperty(globalThis.fetch, _chunk2CAGU4FTjs.IS_PATCHED_MODULE, {
277
+ Object.defineProperty(globalThis.fetch, _chunk7TPGF5DMjs.IS_PATCHED_MODULE, {
278
278
  enumerable: true,
279
279
  configurable: true,
280
280
  value: true
281
281
  });
282
282
  this.subscriptions.push(() => {
283
- Object.defineProperty(globalThis.fetch, _chunk2CAGU4FTjs.IS_PATCHED_MODULE, {
283
+ Object.defineProperty(globalThis.fetch, _chunk7TPGF5DMjs.IS_PATCHED_MODULE, {
284
284
  value: void 0
285
285
  });
286
286
  globalThis.fetch = pureFetch;
@@ -297,4 +297,4 @@ FetchInterceptor.symbol = Symbol("fetch");
297
297
 
298
298
 
299
299
  exports.FetchInterceptor = FetchInterceptor;
300
- //# sourceMappingURL=chunk-6QUU6UER.js.map
300
+ //# sourceMappingURL=chunk-CAAXYHKD.js.map
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunk2CAGU4FTjs = require('./chunk-2CAGU4FT.js');
4
+ var _chunk7TPGF5DMjs = require('./chunk-7TPGF5DM.js');
5
5
 
6
6
  // src/RequestController.ts
7
7
  var _outvariant = require('outvariant');
@@ -94,7 +94,7 @@ async function handleRequest(options) {
94
94
  const handleResponse = async (response) => {
95
95
  if (response instanceof Error) {
96
96
  options.onError(response);
97
- } else if (_chunk2CAGU4FTjs.isResponseError.call(void 0, response)) {
97
+ } else if (_chunk7TPGF5DMjs.isResponseError.call(void 0, response)) {
98
98
  options.onRequestError(response);
99
99
  } else {
100
100
  await options.onResponse(response);
@@ -124,13 +124,17 @@ async function handleRequest(options) {
124
124
  });
125
125
  const requestAbortPromise = new (0, _deferredpromise.DeferredPromise)();
126
126
  if (options.request.signal) {
127
- options.request.signal.addEventListener(
128
- "abort",
129
- () => {
130
- requestAbortPromise.reject(options.request.signal.reason);
131
- },
132
- { once: true }
133
- );
127
+ if (options.request.signal.aborted) {
128
+ requestAbortPromise.reject(options.request.signal.reason);
129
+ } else {
130
+ options.request.signal.addEventListener(
131
+ "abort",
132
+ () => {
133
+ requestAbortPromise.reject(options.request.signal.reason);
134
+ },
135
+ { once: true }
136
+ );
137
+ }
134
138
  }
135
139
  const result = await _until.until.call(void 0, async () => {
136
140
  const requestListtenersPromise = emitAsync(options.emitter, "request", {
@@ -179,7 +183,7 @@ async function handleRequest(options) {
179
183
  return handleResponse(nextResult.data);
180
184
  }
181
185
  }
182
- options.onResponse(_chunk2CAGU4FTjs.createServerErrorResponse.call(void 0, result.error));
186
+ options.onResponse(_chunk7TPGF5DMjs.createServerErrorResponse.call(void 0, result.error));
183
187
  return true;
184
188
  }
185
189
  if (result.data) {
@@ -193,4 +197,4 @@ async function handleRequest(options) {
193
197
 
194
198
 
195
199
  exports.RequestController = RequestController; exports.emitAsync = emitAsync; exports.handleRequest = handleRequest;
196
- //# sourceMappingURL=chunk-FYSUKT3F.js.map
200
+ //# sourceMappingURL=chunk-CK3NCGUG.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/RequestController.ts","../../src/InterceptorError.ts","../../src/utils/emitAsync.ts","../../src/utils/handleRequest.ts","../../src/utils/isNodeLikeError.ts"],"names":["DeferredPromise"],"mappings":"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","sourcesContent":["import { invariant } from 'outvariant'\nimport { DeferredPromise } from '@open-draft/deferred-promise'\nimport { InterceptorError } from './InterceptorError'\n\nconst kRequestHandled = Symbol('kRequestHandled')\nexport const kResponsePromise = Symbol('kResponsePromise')\n\nexport class RequestController {\n /**\n * Internal response promise.\n * Available only for the library internals to grab the\n * response instance provided by the developer.\n * @note This promise cannot be rejected. It's either infinitely\n * pending or resolved with whichever Response was passed to `respondWith()`.\n */\n [kResponsePromise]: DeferredPromise<Response | Error | undefined>;\n\n /**\n * Internal flag indicating if this request has been handled.\n * @note The response promise becomes \"fulfilled\" on the next tick.\n */\n [kRequestHandled]: boolean\n\n constructor(private request: Request) {\n this[kRequestHandled] = false\n this[kResponsePromise] = new DeferredPromise()\n }\n\n /**\n * Respond to this request with the given `Response` instance.\n * @example\n * controller.respondWith(new Response())\n * controller.respondWith(Response.json({ id }))\n * controller.respondWith(Response.error())\n */\n public respondWith(response: Response): void {\n invariant.as(\n InterceptorError,\n !this[kRequestHandled],\n 'Failed to respond to the \"%s %s\" request: the \"request\" event has already been handled.',\n this.request.method,\n this.request.url\n )\n\n this[kRequestHandled] = true\n this[kResponsePromise].resolve(response)\n\n /**\n * @note The request conrtoller doesn't do anything\n * apart from letting the interceptor await the response\n * provided by the developer through the response promise.\n * Each interceptor implements the actual respondWith/errorWith\n * logic based on that interceptor's needs.\n */\n }\n\n /**\n * Error this request with the given error.\n * @example\n * controller.errorWith()\n * controller.errorWith(new Error('Oops!'))\n */\n public errorWith(error?: Error): void {\n invariant.as(\n InterceptorError,\n !this[kRequestHandled],\n 'Failed to error the \"%s %s\" request: the \"request\" event has already been handled.',\n this.request.method,\n this.request.url\n )\n\n this[kRequestHandled] = true\n\n /**\n * @note Resolve the response promise, not reject.\n * This helps us differentiate between unhandled exceptions\n * and intended errors (\"errorWith\") while waiting for the response.\n */\n this[kResponsePromise].resolve(error)\n }\n}\n","export class InterceptorError extends Error {\n constructor(message?: string) {\n super(message)\n this.name = 'InterceptorError'\n Object.setPrototypeOf(this, InterceptorError.prototype)\n }\n}\n","import { Emitter, EventMap } from 'strict-event-emitter'\n\n/**\n * Emits an event on the given emitter but executes\n * the listeners sequentially. This accounts for asynchronous\n * listeners (e.g. those having \"sleep\" and handling the request).\n */\nexport async function emitAsync<\n Events extends EventMap,\n EventName extends keyof Events\n>(\n emitter: Emitter<Events>,\n eventName: EventName,\n ...data: Events[EventName]\n): Promise<void> {\n const listners = emitter.listeners(eventName)\n\n if (listners.length === 0) {\n return\n }\n\n for (const listener of listners) {\n await listener.apply(emitter, data)\n }\n}\n","import type { Emitter } from 'strict-event-emitter'\nimport { DeferredPromise } from '@open-draft/deferred-promise'\nimport { until } from '@open-draft/until'\nimport type { HttpRequestEventMap } from '../glossary'\nimport { emitAsync } from './emitAsync'\nimport { kResponsePromise, RequestController } from '../RequestController'\nimport {\n createServerErrorResponse,\n isResponseError,\n ResponseError,\n} from './responseUtils'\nimport { InterceptorError } from '../InterceptorError'\nimport { isNodeLikeError } from './isNodeLikeError'\n\ninterface HandleRequestOptions {\n requestId: string\n request: Request\n emitter: Emitter<HttpRequestEventMap>\n controller: RequestController\n\n /**\n * Called when the request has been handled\n * with the given `Response` instance.\n */\n onResponse: (response: Response) => void | Promise<void>\n\n /**\n * Called when the request has been handled\n * with the given `Response.error()` instance.\n */\n onRequestError: (response: ResponseError) => void\n\n /**\n * Called when an unhandled error happens during the\n * request handling. This is never a thrown error/response.\n */\n onError: (error: unknown) => void\n}\n\n/**\n * @returns {Promise<boolean>} Indicates whether the request has been handled.\n */\nexport async function handleRequest(\n options: HandleRequestOptions\n): Promise<boolean> {\n const handleResponse = async (response: Response | Error) => {\n if (response instanceof Error) {\n options.onError(response)\n }\n\n // Handle \"Response.error()\" instances.\n else if (isResponseError(response)) {\n options.onRequestError(response)\n } else {\n await options.onResponse(response)\n }\n\n return true\n }\n\n const handleResponseError = async (error: unknown): Promise<boolean> => {\n // Forward the special interceptor error instances\n // to the developer. These must not be handled in any way.\n if (error instanceof InterceptorError) {\n throw result.error\n }\n\n // Support mocking Node.js-like errors.\n if (isNodeLikeError(error)) {\n options.onError(error)\n return true\n }\n\n // Handle thrown responses.\n if (error instanceof Response) {\n return await handleResponse(error)\n }\n\n return false\n }\n\n // Add the last \"request\" listener to check if the request\n // has been handled in any way. If it hasn't, resolve the\n // response promise with undefined.\n options.emitter.once('request', ({ requestId: pendingRequestId }) => {\n if (pendingRequestId !== options.requestId) {\n return\n }\n\n if (options.controller[kResponsePromise].state === 'pending') {\n options.controller[kResponsePromise].resolve(undefined)\n }\n })\n\n const requestAbortPromise = new DeferredPromise<void, unknown>()\n\n /**\n * @note `signal` is not always defined in React Native.\n */\n if (options.request.signal) {\n if (options.request.signal.aborted) {\n requestAbortPromise.reject(options.request.signal.reason)\n } else {\n options.request.signal.addEventListener(\n 'abort',\n () => {\n requestAbortPromise.reject(options.request.signal.reason)\n },\n { once: true }\n )\n }\n }\n\n const result = await until(async () => {\n // Emit the \"request\" event and wait until all the listeners\n // for that event are finished (e.g. async listeners awaited).\n // By the end of this promise, the developer cannot affect the\n // request anymore.\n const requestListtenersPromise = emitAsync(options.emitter, 'request', {\n requestId: options.requestId,\n request: options.request,\n controller: options.controller,\n })\n\n await Promise.race([\n // Short-circuit the request handling promise if the request gets aborted.\n requestAbortPromise,\n requestListtenersPromise,\n options.controller[kResponsePromise],\n ])\n\n // The response promise will settle immediately once\n // the developer calls either \"respondWith\" or \"errorWith\".\n const mockedResponse = await options.controller[kResponsePromise]\n return mockedResponse\n })\n\n // Handle the request being aborted while waiting for the request listeners.\n if (requestAbortPromise.state === 'rejected') {\n options.onError(requestAbortPromise.rejectionReason)\n return true\n }\n\n if (result.error) {\n // Handle the error during the request listener execution.\n // These can be thrown responses or request errors.\n if (await handleResponseError(result.error)) {\n return true\n }\n\n // If the developer has added \"unhandledException\" listeners,\n // allow them to handle the error. They can translate it to a\n // mocked response, network error, or forward it as-is.\n if (options.emitter.listenerCount('unhandledException') > 0) {\n // Create a new request controller just for the unhandled exception case.\n // This is needed because the original controller might have been already\n // interacted with (e.g. \"respondWith\" or \"errorWith\" called on it).\n const unhandledExceptionController = new RequestController(\n options.request\n )\n\n await emitAsync(options.emitter, 'unhandledException', {\n error: result.error,\n request: options.request,\n requestId: options.requestId,\n controller: unhandledExceptionController,\n }).then(() => {\n // If all the \"unhandledException\" listeners have finished\n // but have not handled the response in any way, preemptively\n // resolve the pending response promise from the new controller.\n // This prevents it from hanging forever.\n if (\n unhandledExceptionController[kResponsePromise].state === 'pending'\n ) {\n unhandledExceptionController[kResponsePromise].resolve(undefined)\n }\n })\n\n const nextResult = await until(\n () => unhandledExceptionController[kResponsePromise]\n )\n\n /**\n * @note Handle the result of the unhandled controller\n * in the same way as the original request controller.\n * The exception here is that thrown errors within the\n * \"unhandledException\" event do NOT result in another\n * emit of the same event. They are forwarded as-is.\n */\n if (nextResult.error) {\n return handleResponseError(nextResult.error)\n }\n\n if (nextResult.data) {\n return handleResponse(nextResult.data)\n }\n }\n\n // Otherwise, coerce unhandled exceptions to a 500 Internal Server Error response.\n options.onResponse(createServerErrorResponse(result.error))\n return true\n }\n\n /**\n * Handle a mocked Response instance.\n * @note That this can also be an Error in case\n * the developer called \"errorWith\". This differentiates\n * unhandled exceptions from intended errors.\n */\n if (result.data) {\n return handleResponse(result.data)\n }\n\n // In all other cases, consider the request unhandled.\n // The interceptor must perform it as-is.\n return false\n}\n","export function isNodeLikeError(\n error: unknown\n): error is NodeJS.ErrnoException {\n if (error == null) {\n return false\n }\n\n if (!(error instanceof Error)) {\n return false\n }\n\n return 'code' in error && 'errno' in error\n}\n"]}
@@ -6,11 +6,11 @@ import {
6
6
  import {
7
7
  RequestController,
8
8
  handleRequest
9
- } from "./chunk-THPGBWJQ.mjs";
9
+ } from "./chunk-4RQHC4IY.mjs";
10
10
  import {
11
11
  IS_PATCHED_MODULE,
12
12
  isResponseWithoutBody
13
- } from "./chunk-XVPRNJO7.mjs";
13
+ } from "./chunk-6MOMO77R.mjs";
14
14
  import {
15
15
  hasConfigurableGlobal
16
16
  } from "./chunk-TX5GBTFY.mjs";
@@ -840,4 +840,4 @@ XMLHttpRequestInterceptor.interceptorSymbol = Symbol("xhr");
840
840
  export {
841
841
  XMLHttpRequestInterceptor
842
842
  };
843
- //# sourceMappingURL=chunk-45ALW4JK.mjs.map
843
+ //# sourceMappingURL=chunk-MMAVIMED.mjs.map
@@ -6,11 +6,11 @@ var _chunkLK6DILFKjs = require('./chunk-LK6DILFK.js');
6
6
 
7
7
 
8
8
 
9
- var _chunkFYSUKT3Fjs = require('./chunk-FYSUKT3F.js');
9
+ var _chunkCK3NCGUGjs = require('./chunk-CK3NCGUG.js');
10
10
 
11
11
 
12
12
 
13
- var _chunk2CAGU4FTjs = require('./chunk-2CAGU4FT.js');
13
+ var _chunk7TPGF5DMjs = require('./chunk-7TPGF5DM.js');
14
14
 
15
15
 
16
16
  var _chunkPFGO5BSMjs = require('./chunk-PFGO5BSM.js');
@@ -206,7 +206,7 @@ function parseJson(data) {
206
206
 
207
207
  // src/interceptors/XMLHttpRequest/utils/createResponse.ts
208
208
  function createResponse(request, body) {
209
- const responseBodyOrNull = _chunk2CAGU4FTjs.isResponseWithoutBody.call(void 0, request.status) ? null : body;
209
+ const responseBodyOrNull = _chunk7TPGF5DMjs.isResponseWithoutBody.call(void 0, request.status) ? null : body;
210
210
  return new Response(responseBodyOrNull, {
211
211
  status: request.status,
212
212
  statusText: request.statusText,
@@ -740,13 +740,13 @@ function createXMLHttpRequestProxy({
740
740
  logger
741
741
  );
742
742
  xhrRequestController.onRequest = async function({ request, requestId }) {
743
- const controller = new (0, _chunkFYSUKT3Fjs.RequestController)(request);
743
+ const controller = new (0, _chunkCK3NCGUGjs.RequestController)(request);
744
744
  this.logger.info("awaiting mocked response...");
745
745
  this.logger.info(
746
746
  'emitting the "request" event for %s listener(s)...',
747
747
  emitter.listenerCount("request")
748
748
  );
749
- const isRequestHandled = await _chunkFYSUKT3Fjs.handleRequest.call(void 0, {
749
+ const isRequestHandled = await _chunkCK3NCGUGjs.handleRequest.call(void 0, {
750
750
  request,
751
751
  requestId,
752
752
  controller,
@@ -806,7 +806,7 @@ var _XMLHttpRequestInterceptor = class extends _chunkTIPR373Rjs.Interceptor {
806
806
  logger.info('patching "XMLHttpRequest" module...');
807
807
  const PureXMLHttpRequest = globalThis.XMLHttpRequest;
808
808
  _outvariant.invariant.call(void 0,
809
- !PureXMLHttpRequest[_chunk2CAGU4FTjs.IS_PATCHED_MODULE],
809
+ !PureXMLHttpRequest[_chunk7TPGF5DMjs.IS_PATCHED_MODULE],
810
810
  'Failed to patch the "XMLHttpRequest" module: already patched.'
811
811
  );
812
812
  globalThis.XMLHttpRequest = createXMLHttpRequestProxy({
@@ -817,13 +817,13 @@ var _XMLHttpRequestInterceptor = class extends _chunkTIPR373Rjs.Interceptor {
817
817
  'native "XMLHttpRequest" module patched!',
818
818
  globalThis.XMLHttpRequest.name
819
819
  );
820
- Object.defineProperty(globalThis.XMLHttpRequest, _chunk2CAGU4FTjs.IS_PATCHED_MODULE, {
820
+ Object.defineProperty(globalThis.XMLHttpRequest, _chunk7TPGF5DMjs.IS_PATCHED_MODULE, {
821
821
  enumerable: true,
822
822
  configurable: true,
823
823
  value: true
824
824
  });
825
825
  this.subscriptions.push(() => {
826
- Object.defineProperty(globalThis.XMLHttpRequest, _chunk2CAGU4FTjs.IS_PATCHED_MODULE, {
826
+ Object.defineProperty(globalThis.XMLHttpRequest, _chunk7TPGF5DMjs.IS_PATCHED_MODULE, {
827
827
  value: void 0
828
828
  });
829
829
  globalThis.XMLHttpRequest = PureXMLHttpRequest;
@@ -840,4 +840,4 @@ XMLHttpRequestInterceptor.interceptorSymbol = Symbol("xhr");
840
840
 
841
841
 
842
842
  exports.XMLHttpRequestInterceptor = XMLHttpRequestInterceptor;
843
- //# sourceMappingURL=chunk-6CHFD3BW.js.map
843
+ //# sourceMappingURL=chunk-NNR7JKYY.js.map
@@ -2,11 +2,11 @@ import {
2
2
  RequestController,
3
3
  emitAsync,
4
4
  handleRequest
5
- } from "./chunk-THPGBWJQ.mjs";
5
+ } from "./chunk-4RQHC4IY.mjs";
6
6
  import {
7
7
  IS_PATCHED_MODULE,
8
8
  RESPONSE_STATUS_CODES_WITH_REDIRECT
9
- } from "./chunk-XVPRNJO7.mjs";
9
+ } from "./chunk-6MOMO77R.mjs";
10
10
  import {
11
11
  hasConfigurableGlobal
12
12
  } from "./chunk-TX5GBTFY.mjs";
@@ -297,4 +297,4 @@ FetchInterceptor.symbol = Symbol("fetch");
297
297
  export {
298
298
  FetchInterceptor
299
299
  };
300
- //# sourceMappingURL=chunk-DZYTPQEW.mjs.map
300
+ //# sourceMappingURL=chunk-VXLPKFY4.mjs.map
@@ -36,6 +36,7 @@ declare class RequestController {
36
36
  }
37
37
 
38
38
  declare const IS_PATCHED_MODULE: unique symbol;
39
+
39
40
  type RequestCredentials = 'omit' | 'include' | 'same-origin';
40
41
  type HttpRequestEventMap = {
41
42
  request: [
@@ -63,4 +64,4 @@ type HttpRequestEventMap = {
63
64
  ];
64
65
  };
65
66
 
66
- export { HttpRequestEventMap as H, IS_PATCHED_MODULE as I, RequestCredentials as R };
67
+ export { HttpRequestEventMap as H, IS_PATCHED_MODULE as I, RequestController as R, RequestCredentials as a };
@@ -1,4 +1,4 @@
1
- export { H as HttpRequestEventMap, I as IS_PATCHED_MODULE, R as RequestCredentials } from './glossary-7d7adb4b.js';
1
+ export { H as HttpRequestEventMap, I as IS_PATCHED_MODULE, R as RequestController, a as RequestCredentials } from './glossary-6564c252.js';
2
2
  import { I as Interceptor, E as ExtractEventNames } from './Interceptor-af98b768.js';
3
3
  export { c as INTERNAL_REQUEST_ID_HEADER_NAME, a as InterceptorEventMap, e as InterceptorReadyState, b as InterceptorSubscription, d as deleteGlobalSymbol, g as getGlobalSymbol } from './Interceptor-af98b768.js';
4
4
  import { EventMap, Listener } from 'strict-event-emitter';
@@ -5,7 +5,7 @@ var _chunkLK6DILFKjs = require('./chunk-LK6DILFK.js');
5
5
 
6
6
 
7
7
 
8
- var _chunk2CAGU4FTjs = require('./chunk-2CAGU4FT.js');
8
+ var _chunk7TPGF5DMjs = require('./chunk-7TPGF5DM.js');
9
9
 
10
10
 
11
11
 
@@ -75,5 +75,5 @@ function getCleanUrl(url, isAbsolute = true) {
75
75
 
76
76
 
77
77
 
78
- exports.BatchInterceptor = BatchInterceptor; exports.INTERNAL_REQUEST_ID_HEADER_NAME = _chunkTIPR373Rjs.INTERNAL_REQUEST_ID_HEADER_NAME; exports.IS_PATCHED_MODULE = _chunk2CAGU4FTjs.IS_PATCHED_MODULE; exports.Interceptor = _chunkTIPR373Rjs.Interceptor; exports.InterceptorReadyState = _chunkTIPR373Rjs.InterceptorReadyState; exports.createRequestId = _chunkTIPR373Rjs.createRequestId; exports.decodeBuffer = _chunkLK6DILFKjs.decodeBuffer; exports.deleteGlobalSymbol = _chunkTIPR373Rjs.deleteGlobalSymbol; exports.encodeBuffer = _chunkLK6DILFKjs.encodeBuffer; exports.getCleanUrl = getCleanUrl; exports.getGlobalSymbol = _chunkTIPR373Rjs.getGlobalSymbol; exports.isResponseWithoutBody = _chunk2CAGU4FTjs.isResponseWithoutBody;
78
+ exports.BatchInterceptor = BatchInterceptor; exports.INTERNAL_REQUEST_ID_HEADER_NAME = _chunkTIPR373Rjs.INTERNAL_REQUEST_ID_HEADER_NAME; exports.IS_PATCHED_MODULE = _chunk7TPGF5DMjs.IS_PATCHED_MODULE; exports.Interceptor = _chunkTIPR373Rjs.Interceptor; exports.InterceptorReadyState = _chunkTIPR373Rjs.InterceptorReadyState; exports.createRequestId = _chunkTIPR373Rjs.createRequestId; exports.decodeBuffer = _chunkLK6DILFKjs.decodeBuffer; exports.deleteGlobalSymbol = _chunkTIPR373Rjs.deleteGlobalSymbol; exports.encodeBuffer = _chunkLK6DILFKjs.encodeBuffer; exports.getCleanUrl = getCleanUrl; exports.getGlobalSymbol = _chunkTIPR373Rjs.getGlobalSymbol; exports.isResponseWithoutBody = _chunk7TPGF5DMjs.isResponseWithoutBody;
79
79
  //# sourceMappingURL=index.js.map
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  IS_PATCHED_MODULE,
7
7
  isResponseWithoutBody
8
- } from "./chunk-XVPRNJO7.mjs";
8
+ } from "./chunk-6MOMO77R.mjs";
9
9
  import {
10
10
  INTERNAL_REQUEST_ID_HEADER_NAME,
11
11
  Interceptor,
@@ -1,5 +1,5 @@
1
1
  import { Emitter } from 'strict-event-emitter';
2
- import { H as HttpRequestEventMap } from '../../glossary-7d7adb4b.js';
2
+ import { H as HttpRequestEventMap } from '../../glossary-6564c252.js';
3
3
  import { I as Interceptor } from '../../Interceptor-af98b768.js';
4
4
  import '@open-draft/deferred-promise';
5
5
  import '@open-draft/logger';
@@ -1,12 +1,12 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunk6CHFD3BWjs = require('../../chunk-6CHFD3BW.js');
3
+ var _chunkNNR7JKYYjs = require('../../chunk-NNR7JKYY.js');
4
4
  require('../../chunk-LK6DILFK.js');
5
- require('../../chunk-FYSUKT3F.js');
6
- require('../../chunk-2CAGU4FT.js');
5
+ require('../../chunk-CK3NCGUG.js');
6
+ require('../../chunk-7TPGF5DM.js');
7
7
  require('../../chunk-PFGO5BSM.js');
8
8
  require('../../chunk-TIPR373R.js');
9
9
 
10
10
 
11
- exports.XMLHttpRequestInterceptor = _chunk6CHFD3BWjs.XMLHttpRequestInterceptor;
11
+ exports.XMLHttpRequestInterceptor = _chunkNNR7JKYYjs.XMLHttpRequestInterceptor;
12
12
  //# sourceMappingURL=index.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  XMLHttpRequestInterceptor
3
- } from "../../chunk-45ALW4JK.mjs";
3
+ } from "../../chunk-MMAVIMED.mjs";
4
4
  import "../../chunk-6HYIRFX2.mjs";
5
- import "../../chunk-THPGBWJQ.mjs";
6
- import "../../chunk-XVPRNJO7.mjs";
5
+ import "../../chunk-4RQHC4IY.mjs";
6
+ import "../../chunk-6MOMO77R.mjs";
7
7
  import "../../chunk-TX5GBTFY.mjs";
8
8
  import "../../chunk-QED3Q6Z2.mjs";
9
9
  export {
@@ -1,4 +1,4 @@
1
- import { H as HttpRequestEventMap } from '../../glossary-7d7adb4b.js';
1
+ import { H as HttpRequestEventMap } from '../../glossary-6564c252.js';
2
2
  import { I as Interceptor } from '../../Interceptor-af98b768.js';
3
3
  import '@open-draft/deferred-promise';
4
4
  import '@open-draft/logger';
@@ -1,11 +1,11 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunk6QUU6UERjs = require('../../chunk-6QUU6UER.js');
4
- require('../../chunk-FYSUKT3F.js');
5
- require('../../chunk-2CAGU4FT.js');
3
+ var _chunkCAAXYHKDjs = require('../../chunk-CAAXYHKD.js');
4
+ require('../../chunk-CK3NCGUG.js');
5
+ require('../../chunk-7TPGF5DM.js');
6
6
  require('../../chunk-PFGO5BSM.js');
7
7
  require('../../chunk-TIPR373R.js');
8
8
 
9
9
 
10
- exports.FetchInterceptor = _chunk6QUU6UERjs.FetchInterceptor;
10
+ exports.FetchInterceptor = _chunkCAAXYHKDjs.FetchInterceptor;
11
11
  //# sourceMappingURL=index.js.map
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  FetchInterceptor
3
- } from "../../chunk-DZYTPQEW.mjs";
4
- import "../../chunk-THPGBWJQ.mjs";
5
- import "../../chunk-XVPRNJO7.mjs";
3
+ } from "../../chunk-VXLPKFY4.mjs";
4
+ import "../../chunk-4RQHC4IY.mjs";
5
+ import "../../chunk-6MOMO77R.mjs";
6
6
  import "../../chunk-TX5GBTFY.mjs";
7
7
  import "../../chunk-QED3Q6Z2.mjs";
8
8
  export {
@@ -1,6 +1,6 @@
1
1
  import { FetchInterceptor } from '../interceptors/fetch/index.js';
2
2
  import { XMLHttpRequestInterceptor } from '../interceptors/XMLHttpRequest/index.js';
3
- import '../glossary-7d7adb4b.js';
3
+ import '../glossary-6564c252.js';
4
4
  import '@open-draft/deferred-promise';
5
5
  import '../Interceptor-af98b768.js';
6
6
  import '@open-draft/logger';
@@ -1,19 +1,19 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunk6CHFD3BWjs = require('../chunk-6CHFD3BW.js');
3
+ var _chunkNNR7JKYYjs = require('../chunk-NNR7JKYY.js');
4
4
  require('../chunk-LK6DILFK.js');
5
5
 
6
6
 
7
- var _chunk6QUU6UERjs = require('../chunk-6QUU6UER.js');
8
- require('../chunk-FYSUKT3F.js');
9
- require('../chunk-2CAGU4FT.js');
7
+ var _chunkCAAXYHKDjs = require('../chunk-CAAXYHKD.js');
8
+ require('../chunk-CK3NCGUG.js');
9
+ require('../chunk-7TPGF5DM.js');
10
10
  require('../chunk-PFGO5BSM.js');
11
11
  require('../chunk-TIPR373R.js');
12
12
 
13
13
  // src/presets/browser.ts
14
14
  var browser_default = [
15
- new (0, _chunk6QUU6UERjs.FetchInterceptor)(),
16
- new (0, _chunk6CHFD3BWjs.XMLHttpRequestInterceptor)()
15
+ new (0, _chunkCAAXYHKDjs.FetchInterceptor)(),
16
+ new (0, _chunkNNR7JKYYjs.XMLHttpRequestInterceptor)()
17
17
  ];
18
18
 
19
19
 
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  XMLHttpRequestInterceptor
3
- } from "../chunk-45ALW4JK.mjs";
3
+ } from "../chunk-MMAVIMED.mjs";
4
4
  import "../chunk-6HYIRFX2.mjs";
5
5
  import {
6
6
  FetchInterceptor
7
- } from "../chunk-DZYTPQEW.mjs";
8
- import "../chunk-THPGBWJQ.mjs";
9
- import "../chunk-XVPRNJO7.mjs";
7
+ } from "../chunk-VXLPKFY4.mjs";
8
+ import "../chunk-4RQHC4IY.mjs";
9
+ import "../chunk-6MOMO77R.mjs";
10
10
  import "../chunk-TX5GBTFY.mjs";
11
11
  import "../chunk-QED3Q6Z2.mjs";
12
12
 
@@ -1,5 +1,5 @@
1
1
  import { EventMap, Listener } from 'strict-event-emitter';
2
- import { f as Interceptor, E as ExtractEventNames } from './Interceptor-a31b1217.js';
2
+ import { h as Interceptor, E as ExtractEventNames } from './Interceptor-436630be.js';
3
3
 
4
4
  interface BatchInterceptorOptions<InterceptorList extends ReadonlyArray<Interceptor<any>>> {
5
5
  name: string;
@@ -38,6 +38,7 @@ declare class RequestController {
38
38
  }
39
39
 
40
40
  declare const IS_PATCHED_MODULE: unique symbol;
41
+
41
42
  type RequestCredentials = 'omit' | 'include' | 'same-origin';
42
43
  type HttpRequestEventMap = {
43
44
  request: [
@@ -124,4 +125,4 @@ declare class Interceptor<Events extends InterceptorEventMap> {
124
125
  private clearInstance;
125
126
  }
126
127
 
127
- export { ExtractEventNames as E, HttpRequestEventMap as H, IS_PATCHED_MODULE as I, RequestCredentials as R, InterceptorEventMap as a, InterceptorSubscription as b, INTERNAL_REQUEST_ID_HEADER_NAME as c, deleteGlobalSymbol as d, InterceptorReadyState as e, Interceptor as f, getGlobalSymbol as g };
128
+ export { ExtractEventNames as E, HttpRequestEventMap as H, IS_PATCHED_MODULE as I, RequestController as R, RequestCredentials as a, InterceptorEventMap as b, InterceptorSubscription as c, INTERNAL_REQUEST_ID_HEADER_NAME as d, deleteGlobalSymbol as e, InterceptorReadyState as f, getGlobalSymbol as g, Interceptor as h };
@@ -1,6 +1,6 @@
1
1
  import { ChildProcess } from 'child_process';
2
- import { f as Interceptor, H as HttpRequestEventMap } from './Interceptor-a31b1217.js';
3
- import { a as BatchInterceptor } from './BatchInterceptor-13d40c95.js';
2
+ import { h as Interceptor, H as HttpRequestEventMap } from './Interceptor-436630be.js';
3
+ import { a as BatchInterceptor } from './BatchInterceptor-67bf41ba.js';
4
4
  import { ClientRequestInterceptor } from './interceptors/ClientRequest/index.js';
5
5
  import { XMLHttpRequestInterceptor } from './interceptors/XMLHttpRequest/index.js';
6
6
  import '@open-draft/deferred-promise';