msw 2.4.6 → 2.4.7

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.
package/lib/iife/index.js CHANGED
@@ -14388,7 +14388,7 @@ ${operationTypes.join("\n")}
14388
14388
  return stringToRegexp(path, keys, options);
14389
14389
  }
14390
14390
 
14391
- // node_modules/.pnpm/@mswjs+interceptors@0.35.3/node_modules/@mswjs/interceptors/lib/browser/chunk-6HYIRFX2.mjs
14391
+ // node_modules/.pnpm/@mswjs+interceptors@0.35.6/node_modules/@mswjs/interceptors/lib/browser/chunk-6HYIRFX2.mjs
14392
14392
  var encoder = new TextEncoder();
14393
14393
  function encodeBuffer(text) {
14394
14394
  return encoder.encode(text);
@@ -14404,7 +14404,7 @@ ${operationTypes.join("\n")}
14404
14404
  );
14405
14405
  }
14406
14406
 
14407
- // node_modules/.pnpm/@mswjs+interceptors@0.35.3/node_modules/@mswjs/interceptors/lib/browser/chunk-XVPRNJO7.mjs
14407
+ // node_modules/.pnpm/@mswjs+interceptors@0.35.6/node_modules/@mswjs/interceptors/lib/browser/chunk-XVPRNJO7.mjs
14408
14408
  var IS_PATCHED_MODULE = Symbol("isPatchedModule");
14409
14409
  function isPropertyAccessible(obj, key) {
14410
14410
  try {
@@ -14824,7 +14824,7 @@ ${operationTypes.join("\n")}
14824
14824
  return message3.toString();
14825
14825
  }
14826
14826
 
14827
- // node_modules/.pnpm/@mswjs+interceptors@0.35.3/node_modules/@mswjs/interceptors/lib/browser/chunk-QED3Q6Z2.mjs
14827
+ // node_modules/.pnpm/@mswjs+interceptors@0.35.6/node_modules/@mswjs/interceptors/lib/browser/chunk-QED3Q6Z2.mjs
14828
14828
  var INTERNAL_REQUEST_ID_HEADER_NAME = "x-interceptors-internal-request-id";
14829
14829
  function getGlobalSymbol(symbol) {
14830
14830
  return (
@@ -14972,7 +14972,7 @@ ${operationTypes.join("\n")}
14972
14972
  return Math.random().toString(16).slice(2);
14973
14973
  }
14974
14974
 
14975
- // node_modules/.pnpm/@mswjs+interceptors@0.35.3/node_modules/@mswjs/interceptors/lib/browser/index.mjs
14975
+ // node_modules/.pnpm/@mswjs+interceptors@0.35.6/node_modules/@mswjs/interceptors/lib/browser/index.mjs
14976
14976
  var BatchInterceptor = class extends Interceptor {
14977
14977
  constructor(options) {
14978
14978
  BatchInterceptor.symbol = Symbol(options.name);
@@ -29113,7 +29113,7 @@ Please consider using a custom "serviceWorker.url" option to point to the actual
29113
29113
  }
29114
29114
  };
29115
29115
 
29116
- // node_modules/.pnpm/@mswjs+interceptors@0.35.3/node_modules/@mswjs/interceptors/lib/browser/chunk-THPGBWJQ.mjs
29116
+ // node_modules/.pnpm/@mswjs+interceptors@0.35.6/node_modules/@mswjs/interceptors/lib/browser/chunk-THPGBWJQ.mjs
29117
29117
  var InterceptorError = class extends Error {
29118
29118
  constructor(message3) {
29119
29119
  super(message3);
@@ -29281,7 +29281,7 @@ Please consider using a custom "serviceWorker.url" option to point to the actual
29281
29281
  return false;
29282
29282
  }
29283
29283
 
29284
- // node_modules/.pnpm/@mswjs+interceptors@0.35.3/node_modules/@mswjs/interceptors/lib/browser/chunk-G5SOR3ND.mjs
29284
+ // node_modules/.pnpm/@mswjs+interceptors@0.35.6/node_modules/@mswjs/interceptors/lib/browser/chunk-G5SOR3ND.mjs
29285
29285
  function canParseUrl(url) {
29286
29286
  try {
29287
29287
  new URL(url);
@@ -29478,7 +29478,7 @@ Please consider using a custom "serviceWorker.url" option to point to the actual
29478
29478
  var FetchInterceptor = _FetchInterceptor;
29479
29479
  FetchInterceptor.symbol = Symbol("fetch");
29480
29480
 
29481
- // node_modules/.pnpm/@mswjs+interceptors@0.35.3/node_modules/@mswjs/interceptors/lib/browser/chunk-SUQ32ZQK.mjs
29481
+ // node_modules/.pnpm/@mswjs+interceptors@0.35.6/node_modules/@mswjs/interceptors/lib/browser/chunk-SUQ32ZQK.mjs
29482
29482
  function concatArrayBuffer(left, right) {
29483
29483
  const result = new Uint8Array(left.byteLength + right.byteLength);
29484
29484
  result.set(left, 0);