msw 0.44.0 → 0.45.0

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.
@@ -62,7 +62,6 @@ declare class MockedRequest<RequestBody extends DefaultBodyType = DefaultBodyTyp
62
62
  readonly redirect: RequestRedirect;
63
63
  readonly referrer: string;
64
64
  readonly referrerPolicy: RequestReferrerPolicy;
65
- constructor(request: IsomorphicRequest);
66
65
  constructor(url: URL, init?: MockedRequestInit);
67
66
  /**
68
67
  * Get parsed request body. The type is inferred from the content type.