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