msw 2.4.8 → 2.4.9

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
@@ -14404,7 +14404,7 @@ ${operationTypes.join("\n")}
14404
14404
  return stringToRegexp(path, keys, options);
14405
14405
  }
14406
14406
 
14407
- // node_modules/.pnpm/@mswjs+interceptors@0.35.6/node_modules/@mswjs/interceptors/lib/browser/chunk-6HYIRFX2.mjs
14407
+ // node_modules/.pnpm/@mswjs+interceptors@0.35.8/node_modules/@mswjs/interceptors/lib/browser/chunk-6HYIRFX2.mjs
14408
14408
  var encoder = new TextEncoder();
14409
14409
  function encodeBuffer(text) {
14410
14410
  return encoder.encode(text);
@@ -14420,7 +14420,7 @@ ${operationTypes.join("\n")}
14420
14420
  );
14421
14421
  }
14422
14422
 
14423
- // node_modules/.pnpm/@mswjs+interceptors@0.35.6/node_modules/@mswjs/interceptors/lib/browser/chunk-XVPRNJO7.mjs
14423
+ // node_modules/.pnpm/@mswjs+interceptors@0.35.8/node_modules/@mswjs/interceptors/lib/browser/chunk-XVPRNJO7.mjs
14424
14424
  var IS_PATCHED_MODULE = Symbol("isPatchedModule");
14425
14425
  function isPropertyAccessible(obj, key) {
14426
14426
  try {
@@ -14840,7 +14840,7 @@ ${operationTypes.join("\n")}
14840
14840
  return message3.toString();
14841
14841
  }
14842
14842
 
14843
- // node_modules/.pnpm/@mswjs+interceptors@0.35.6/node_modules/@mswjs/interceptors/lib/browser/chunk-QED3Q6Z2.mjs
14843
+ // node_modules/.pnpm/@mswjs+interceptors@0.35.8/node_modules/@mswjs/interceptors/lib/browser/chunk-QED3Q6Z2.mjs
14844
14844
  var INTERNAL_REQUEST_ID_HEADER_NAME = "x-interceptors-internal-request-id";
14845
14845
  function getGlobalSymbol(symbol) {
14846
14846
  return (
@@ -14988,7 +14988,7 @@ ${operationTypes.join("\n")}
14988
14988
  return Math.random().toString(16).slice(2);
14989
14989
  }
14990
14990
 
14991
- // node_modules/.pnpm/@mswjs+interceptors@0.35.6/node_modules/@mswjs/interceptors/lib/browser/index.mjs
14991
+ // node_modules/.pnpm/@mswjs+interceptors@0.35.8/node_modules/@mswjs/interceptors/lib/browser/index.mjs
14992
14992
  var BatchInterceptor = class extends Interceptor {
14993
14993
  constructor(options) {
14994
14994
  BatchInterceptor.symbol = Symbol(options.name);
@@ -29129,7 +29129,7 @@ Please consider using a custom "serviceWorker.url" option to point to the actual
29129
29129
  }
29130
29130
  };
29131
29131
 
29132
- // node_modules/.pnpm/@mswjs+interceptors@0.35.6/node_modules/@mswjs/interceptors/lib/browser/chunk-THPGBWJQ.mjs
29132
+ // node_modules/.pnpm/@mswjs+interceptors@0.35.8/node_modules/@mswjs/interceptors/lib/browser/chunk-THPGBWJQ.mjs
29133
29133
  var InterceptorError = class extends Error {
29134
29134
  constructor(message3) {
29135
29135
  super(message3);
@@ -29297,7 +29297,7 @@ Please consider using a custom "serviceWorker.url" option to point to the actual
29297
29297
  return false;
29298
29298
  }
29299
29299
 
29300
- // node_modules/.pnpm/@mswjs+interceptors@0.35.6/node_modules/@mswjs/interceptors/lib/browser/chunk-G5SOR3ND.mjs
29300
+ // node_modules/.pnpm/@mswjs+interceptors@0.35.8/node_modules/@mswjs/interceptors/lib/browser/chunk-G5SOR3ND.mjs
29301
29301
  function canParseUrl(url) {
29302
29302
  try {
29303
29303
  new URL(url);
@@ -29494,7 +29494,7 @@ Please consider using a custom "serviceWorker.url" option to point to the actual
29494
29494
  var FetchInterceptor = _FetchInterceptor;
29495
29495
  FetchInterceptor.symbol = Symbol("fetch");
29496
29496
 
29497
- // node_modules/.pnpm/@mswjs+interceptors@0.35.6/node_modules/@mswjs/interceptors/lib/browser/chunk-SUQ32ZQK.mjs
29497
+ // node_modules/.pnpm/@mswjs+interceptors@0.35.8/node_modules/@mswjs/interceptors/lib/browser/chunk-SUQ32ZQK.mjs
29498
29498
  function concatArrayBuffer(left, right) {
29499
29499
  const result = new Uint8Array(left.byteLength + right.byteLength);
29500
29500
  result.set(left, 0);