Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Mock Service Worker
A seamless REST/GraphQL API mocking library for JavaScript applications.
Collective -
Host: opensource -
https://opencollective.com/mswjs
- Website: https://mswjs.io
- Code: https://github.com/mswjs/msw
'Cannot read properties of undefined (reading 'url')' when multiple browser tabs are open
github.com/mswjs/msw - vik-buchinski opened this issue 8 months ago
github.com/mswjs/msw - vik-buchinski opened this issue 8 months ago
Question: Should we use msw to mock server-side apis based on the request body?
github.com/mswjs/msw - ellsworthjc opened this issue 8 months ago
github.com/mswjs/msw - ellsworthjc opened this issue 8 months ago
test: add .use() replacement regression tests
github.com/mswjs/msw - kettanaito opened this pull request 8 months ago
github.com/mswjs/msw - kettanaito opened this pull request 8 months ago
fix(Disposable): make the ".dispose()" method synchronous
github.com/mswjs/msw - kettanaito opened this pull request 8 months ago
github.com/mswjs/msw - kettanaito opened this pull request 8 months ago
fix: prevent error when request not present
github.com/mswjs/msw - Codermar opened this pull request 8 months ago
github.com/mswjs/msw - Codermar opened this pull request 8 months ago
Missing `await` in the getting started example section for fetch call
github.com/mswjs/msw - johnsonsamuel opened this issue 8 months ago
github.com/mswjs/msw - johnsonsamuel opened this issue 8 months ago
feat: add `HttpResponse.html()` static method
github.com/mswjs/msw - scruffymongrel opened this pull request 8 months ago
github.com/mswjs/msw - scruffymongrel opened this pull request 8 months ago
How do I implement MSW in a NextJS backend?
github.com/mswjs/msw - moonman239 opened this issue 9 months ago
github.com/mswjs/msw - moonman239 opened this issue 9 months ago
feat: treat unhandled exceptions in handlers as 500 error responses
github.com/mswjs/msw - kettanaito opened this pull request 9 months ago
github.com/mswjs/msw - kettanaito opened this pull request 9 months ago
fix: give `node` export condition higher priority
github.com/mswjs/msw - phryneas opened this pull request 9 months ago
github.com/mswjs/msw - phryneas opened this pull request 9 months ago
fix: purge persisted clients on page reload
github.com/mswjs/msw - kettanaito opened this pull request 9 months ago
github.com/mswjs/msw - kettanaito opened this pull request 9 months ago
test: add type test for HttpResponse.error
github.com/mswjs/msw - jacquesg opened this pull request 9 months ago
github.com/mswjs/msw - jacquesg opened this pull request 9 months ago
Unable to use HttpResponse.error() with TypeScript
github.com/mswjs/msw - jacquesg opened this issue 9 months ago
github.com/mswjs/msw - jacquesg opened this issue 9 months ago
Calls to worker.use() remove handlers to same endpoint with different method
github.com/mswjs/msw - lavoscore opened this issue 9 months ago
github.com/mswjs/msw - lavoscore opened this issue 9 months ago
fix: preserve search params in "onUnhandledRequest" messages
github.com/mswjs/msw - nagadevkrishna opened this pull request 9 months ago
github.com/mswjs/msw - nagadevkrishna opened this pull request 9 months ago
fix(WebSocketClientManager): use localStorage for clients persistence
github.com/mswjs/msw - kettanaito opened this pull request 9 months ago
github.com/mswjs/msw - kettanaito opened this pull request 9 months ago
The cookies object recevied in the handlers varies depending on the placement of the handler within the `setupServer` function.
github.com/mswjs/msw - NZepeda opened this issue 9 months ago
github.com/mswjs/msw - NZepeda opened this issue 9 months ago
Preserve the original request URL in "onUnhandledRequest" warnings
github.com/mswjs/msw - kettanaito opened this issue 9 months ago
github.com/mswjs/msw - kettanaito opened this issue 9 months ago
chore(deps-dev): bump undici from 5.28.3 to 5.28.4
github.com/mswjs/msw - dependabot[bot] opened this pull request 9 months ago
github.com/mswjs/msw - dependabot[bot] opened this pull request 9 months ago
"TypeError: response.body.getReader is not a function" for HTTPResponse of JSON type
github.com/mswjs/msw - schok-d opened this issue 9 months ago
github.com/mswjs/msw - schok-d opened this issue 9 months ago
chore: update to [email protected]
github.com/mswjs/msw - kettanaito opened this pull request 9 months ago
github.com/mswjs/msw - kettanaito opened this pull request 9 months ago
Issue with response resolver types after recent upgrade
github.com/mswjs/msw - joeldotsh opened this issue 9 months ago
github.com/mswjs/msw - joeldotsh opened this issue 9 months ago
The currently registered Service Worker has been generated by a different version of MSW (undefined)
github.com/mswjs/msw - kettanaito opened this issue 9 months ago
github.com/mswjs/msw - kettanaito opened this issue 9 months ago
feat(HttpResponse): support explicitly empty response body via null generic type
github.com/mswjs/msw - kettanaito opened this pull request 9 months ago
github.com/mswjs/msw - kettanaito opened this pull request 9 months ago
First-class Server-Sent Events (SSE) API
github.com/mswjs/msw - kettanaito opened this issue 9 months ago
github.com/mswjs/msw - kettanaito opened this issue 9 months ago
Chrome unregisters MSW after 5 mins of inactivity / idle
github.com/mswjs/msw - jkinger opened this issue 9 months ago
github.com/mswjs/msw - jkinger opened this issue 9 months ago
When running Cypress tests in Electron, MSW activation occurs after test completion, causing tests to fail
github.com/mswjs/msw - jolientb opened this issue 9 months ago
github.com/mswjs/msw - jolientb opened this issue 9 months ago
fix: use `createRequestId()` instead of `crypto.randomUUID()`
github.com/mswjs/msw - kettanaito opened this pull request 9 months ago
github.com/mswjs/msw - kettanaito opened this pull request 9 months ago
feat(ws): add logging to WebSocket connections
github.com/mswjs/msw - kettanaito opened this pull request 9 months ago
github.com/mswjs/msw - kettanaito opened this pull request 9 months ago
`TypeError: crypto.randomUUID is not a function` with msw 2.2.12
github.com/mswjs/msw - maxime-bc opened this issue 9 months ago
github.com/mswjs/msw - maxime-bc opened this issue 9 months ago
fix: do not mutate user-defined "X-Request-Id" request header
github.com/mswjs/msw - kettanaito opened this pull request 9 months ago
github.com/mswjs/msw - kettanaito opened this pull request 9 months ago
"Cannot read properties of undefined (reading 'get')" when using generators/async generators as resolvers
github.com/mswjs/msw - juliusmarminge opened this issue 9 months ago
github.com/mswjs/msw - juliusmarminge opened this issue 9 months ago
fix: support async generators as response resolvers
github.com/mswjs/msw - kettanaito opened this pull request 9 months ago
github.com/mswjs/msw - kettanaito opened this pull request 9 months ago
fix: accept a narrower response body type by default
github.com/mswjs/msw - kettanaito opened this pull request 9 months ago
github.com/mswjs/msw - kettanaito opened this pull request 9 months ago
Error: No known conditions for "./browser" specifier in "msw" package
github.com/mswjs/msw - Ankur-Marwaha opened this issue 10 months ago
github.com/mswjs/msw - Ankur-Marwaha opened this issue 10 months ago
Narrowing the response body type in `HttpResponse.json`
github.com/mswjs/msw - Hajime-san opened this issue 10 months ago
github.com/mswjs/msw - Hajime-san opened this issue 10 months ago
docs: add vital to bronze sponsors
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
fix: feature "new URL()" in the redundant query params warning
github.com/mswjs/msw - psjostrom opened this pull request 10 months ago
github.com/mswjs/msw - psjostrom opened this pull request 10 months ago
fix: properly infer parameter and return types in `server.boundary()`
github.com/mswjs/msw - Andarist opened this pull request 10 months ago
github.com/mswjs/msw - Andarist opened this pull request 10 months ago
fix(setupServer): infer function args and return in ".boundary()"
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
fix(setupWorker): remove left-over console.log()
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
quiet: true should supress RESPONSE LISTENER logs
github.com/mswjs/msw - pot-code opened this issue 10 months ago
github.com/mswjs/msw - pot-code opened this issue 10 months ago
fix: resolve "~/core" import for .d.mts modules
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
fix(setupWorker): emit the correct life-cycle events for bypassed requests
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
fix(bypass): support modifying the bypassed request
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
Unable to use msw/node for testing solid-js due to `resolve.conditions` set to `browser`
github.com/mswjs/msw - nknapp opened this issue 10 months ago
github.com/mswjs/msw - nknapp opened this issue 10 months ago
fix: improve the worker integrity warning
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
fix: make worker integrity mismatch a warning
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
"InvalidStateError: The object is in invalid state" when mocking rest api
github.com/mswjs/msw - Lespoir opened this issue 10 months ago
github.com/mswjs/msw - Lespoir opened this issue 10 months ago
fix: resolve "@inquirer/confim" default export
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
chore: update "@ossjs/release" to 0.8.1
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
fix: remove upper version range for "typescript"
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
chore: update ts eslint versions
github.com/mswjs/msw - mattcosta7 opened this pull request 10 months ago
github.com/mswjs/msw - mattcosta7 opened this pull request 10 months ago
Cannot read properties of undefined (reading 'url')
github.com/mswjs/msw - kmiwa-clari opened this issue 10 months ago
github.com/mswjs/msw - kmiwa-clari opened this issue 10 months ago
TypeError: Right-hand side of 'instanceof' is not an object
github.com/mswjs/msw - BrunoQuaresma opened this issue 10 months ago
github.com/mswjs/msw - BrunoQuaresma opened this issue 10 months ago
Request with FormData body makes Jest hang forever
github.com/mswjs/msw - louislebrault opened this issue 10 months ago
github.com/mswjs/msw - louislebrault opened this issue 10 months ago
fix: remove the upper range for `typescript` peer dependency
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
github.com/mswjs/msw - kettanaito opened this pull request 10 months ago
HttpResponse.json() throwing TypeError: Right-hand side of 'instanceof' is not an object.
github.com/mswjs/msw - Grieze opened this issue 10 months ago
github.com/mswjs/msw - Grieze opened this issue 10 months ago
fix: parse "Set-Cookie" response header with commas correctly
github.com/mswjs/msw - ushiboy opened this pull request 10 months ago
github.com/mswjs/msw - ushiboy opened this pull request 10 months ago
Set-Cookie responses containing commas are not handled correctly
github.com/mswjs/msw - ushiboy opened this issue 10 months ago
github.com/mswjs/msw - ushiboy opened this issue 10 months ago
chore: update to [email protected]
github.com/mswjs/msw - harryzcy opened this pull request 10 months ago
github.com/mswjs/msw - harryzcy opened this pull request 10 months ago
support selecting interceptors
github.com/mswjs/msw - juliusmarminge opened this issue 10 months ago
github.com/mswjs/msw - juliusmarminge opened this issue 10 months ago
Infering the `boundary` callback arguments
github.com/mswjs/msw - Tenga opened this issue 10 months ago
github.com/mswjs/msw - Tenga opened this issue 10 months ago
v2.2.2 does not intercept request in browser mode (CORS error) but v1.3.1 does
github.com/mswjs/msw - somewonderfulguy opened this issue 10 months ago
github.com/mswjs/msw - somewonderfulguy opened this issue 10 months ago
Failing to intercept an Axios request: Node 20.11 + Vitest 1.3.1 + MSW 2.2.1
github.com/mswjs/msw - kr8n3r opened this issue 10 months ago
github.com/mswjs/msw - kr8n3r opened this issue 10 months ago
Mock a request that contains both query and path parameters
github.com/mswjs/msw - kr8n3r opened this issue 10 months ago
github.com/mswjs/msw - kr8n3r opened this issue 10 months ago
Wrong url for mockServiceWorker.js when base config set in Vite 5.x config
github.com/mswjs/msw - othierry-asi opened this issue 11 months ago
github.com/mswjs/msw - othierry-asi opened this issue 11 months ago
fix: add guard for missing context requests
github.com/mswjs/msw - lisatassone opened this pull request 11 months ago
github.com/mswjs/msw - lisatassone opened this pull request 11 months ago
Browser: Cannot read properties of undefined (reading 'url')
github.com/mswjs/msw - hal-shin opened this issue 11 months ago
github.com/mswjs/msw - hal-shin opened this issue 11 months ago
chore(deps-dev): bump ip from 1.1.8 to 1.1.9
github.com/mswjs/msw - dependabot[bot] opened this pull request 11 months ago
github.com/mswjs/msw - dependabot[bot] opened this pull request 11 months ago
Mocked stream response with multiple enqueues hangs process
github.com/mswjs/msw - aduth opened this issue 11 months ago
github.com/mswjs/msw - aduth opened this issue 11 months ago
MSW does not intercept requests when the node http(s) library is imported using * as
github.com/mswjs/msw - mickdekkers opened this issue 11 months ago
github.com/mswjs/msw - mickdekkers opened this issue 11 months ago
Cannot load the application if the browser doesn't have slash at the end of the URL
github.com/mswjs/msw - nemonemi opened this issue 11 months ago
github.com/mswjs/msw - nemonemi opened this issue 11 months ago
fix: set correct "Content-Length" response header for special characters (#2045)
github.com/mswjs/msw - ZeroCho opened this pull request 11 months ago
github.com/mswjs/msw - ZeroCho opened this pull request 11 months ago
JSON response with special chars truncated since 2.2.0
github.com/mswjs/msw - LeBenLeBen opened this issue 11 months ago
github.com/mswjs/msw - LeBenLeBen opened this issue 11 months ago
chore(deps-dev): bump undici from 5.23.0 to 5.28.3
github.com/mswjs/msw - dependabot[bot] opened this pull request 11 months ago
github.com/mswjs/msw - dependabot[bot] opened this pull request 11 months ago
React Native: server.use does not add request handlers
github.com/mswjs/msw - RayOei opened this issue 11 months ago
github.com/mswjs/msw - RayOei opened this issue 11 months ago
style: remove unnecessary semicolon from IIFE in worker script
github.com/mswjs/msw - saul-atomrigs opened this pull request 11 months ago
github.com/mswjs/msw - saul-atomrigs opened this pull request 11 months ago
chore: use vitest for type testing
github.com/mswjs/msw - KaiSpencer opened this pull request 11 months ago
github.com/mswjs/msw - KaiSpencer opened this pull request 11 months ago
Two different jest globals fixes documented in two places under https://mswjs.io/docs/
github.com/mswjs/msw - jg210 opened this issue 11 months ago
github.com/mswjs/msw - jg210 opened this issue 11 months ago
fix(setupWorker): set "response.url" in "response:*" events
github.com/mswjs/msw - kettanaito opened this pull request 11 months ago
github.com/mswjs/msw - kettanaito opened this pull request 11 months ago
"response.url" is empty in "response:*" life-cycle events in the browser
github.com/mswjs/msw - kettanaito opened this issue 11 months ago
github.com/mswjs/msw - kettanaito opened this issue 11 months ago
feat: support TypeScript 5.3 for msw 1.3.x (#1875)
github.com/mswjs/msw - SerkanSipahi opened this pull request 11 months ago
github.com/mswjs/msw - SerkanSipahi opened this pull request 11 months ago
difficulty using axios patch or post call with payload using mock service worker
github.com/mswjs/msw - ashwary23 opened this issue 11 months ago
github.com/mswjs/msw - ashwary23 opened this issue 11 months ago
React Native Msw And Axios Not Working Together
github.com/mswjs/msw - batu0b opened this issue 11 months ago
github.com/mswjs/msw - batu0b opened this issue 11 months ago
feat: support TypeScript 5.3.x for msw 1.3.x
github.com/mswjs/msw - SerkanSipahi opened this issue 11 months ago
github.com/mswjs/msw - SerkanSipahi opened this issue 11 months ago
difficuly using axios patch or post call with payload using mock service worker 2.0.11
github.com/mswjs/msw - ashwary23 opened this issue 11 months ago
github.com/mswjs/msw - ashwary23 opened this issue 11 months ago
Type error when `graphql.query` infers type arguments from `TypedDocumentNode`
github.com/mswjs/msw - aaronadamsCA opened this issue 11 months ago
github.com/mswjs/msw - aaronadamsCA opened this issue 11 months ago
feat: drop webpack 4 support (remove "chokidar")
github.com/mswjs/msw - sairus2k opened this pull request 11 months ago
github.com/mswjs/msw - sairus2k opened this pull request 11 months ago
feat: use a lightweight "@inquirer/confirm" in the CLI
github.com/mswjs/msw - sairus2k opened this pull request 11 months ago
github.com/mswjs/msw - sairus2k opened this pull request 11 months ago