issues
search
mswjs
/
interceptors
Low-level network interception library.
https://npm.im/@mswjs/interceptors
MIT License
565
stars
127
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix(WebSocket): buffer sending the data until connection is open
#678
kettanaito
closed
4 days ago
1
feat: support non-configurable responses
#677
kettanaito
closed
1 week ago
1
fix(RequestController): support arbitrary objects in `.errorWith()`
#676
mikicho
opened
1 week ago
0
this._getSession is not a function while use HttpsProxyAgent
#675
WhoisUnknown
opened
2 weeks ago
0
fix(ClientRequest): do not unshift write buffer when flushing request headers
#674
kettanaito
closed
2 weeks ago
1
fix: support already aborted requests
#673
kettanaito
closed
2 weeks ago
1
Headers are not iterable
#672
KnisterPeter
closed
2 weeks ago
1
fix: export `RequestController` type
#671
kettanaito
closed
2 weeks ago
1
[Potential bug] RequestController type definition not exported?
#670
BrainCrumbz
closed
2 weeks ago
2
fix(hasConfigurableGlobal): handle existing globals with undefined value
#669
Afsoon
closed
2 weeks ago
2
`globalThis.WebSocket` is undefined and it can't be proxied.
#668
Afsoon
closed
2 weeks ago
2
Support a request "error" event listener
#667
marcelkottmann
opened
3 weeks ago
3
fix(ClientRequest): support `addRequest` from custom http agents
#666
kettanaito
opened
3 weeks ago
2
fix: skip interceptors for non-configurable globals
#665
kettanaito
closed
3 weeks ago
1
Cannot find module '@mswjs/interceptors/presets/browser' or its corresponding type declarations.
#664
dilip-splore
opened
3 weeks ago
1
v0.36.6 TransformStream error
#663
Nabrok
closed
2 weeks ago
9
Problems using with npx to install as a dependency
#662
imakeinterfaces
closed
2 weeks ago
1
feat: use compression streams to decompress responses
#661
kettanaito
closed
1 month ago
5
fix(ClientRequest): preserve headers type when recording raw headers
#660
paoloricciuti
closed
1 month ago
7
fix: MockHttpSocket: if passthrough: dont flush write buffer on stream read
#659
thecopy
closed
2 weeks ago
2
fix(fetch): await response listener before resolving the response promise
#658
mikicho
closed
1 month ago
1
fix(WebSocket): make server "error" event cancelable
#657
kettanaito
closed
1 month ago
1
Fetch does not await of the response listener
#656
mikicho
closed
1 month ago
2
interceptors stuck while uploading a file.
#655
lcharlois-neotys
closed
1 month ago
3
fix(WebSocket): prevent dispatching "open" event if the connection was closed
#654
kettanaito
closed
1 month ago
1
fix(WebSocket): allow reusing the same event listener
#653
kettanaito
closed
1 month ago
1
TypeError: Cannot redefine property: Symbol(kBoundListener)
#652
kettanaito
closed
1 month ago
1
Intercepting POST-requests handled by ky http client throws an TypeError "this._options.headers.get is not a function"
#651
inxmail-de-cln
closed
1 month ago
4
fix(WebSocket): do not call public "server.send()" in message forwarding
#650
kettanaito
closed
1 month ago
1
v0.33.1 breaks Remix applications using polyfills in NodeJs
#649
MattyBalaam
closed
1 month ago
7
feat: update the node.js version range
#648
mikicho
opened
1 month ago
0
feat(ws): add "socket" property on `server` object
#647
kettanaito
closed
1 month ago
1
Document `req.end()` in socket `connect` limitation
#646
kettanaito
opened
1 month ago
0
fix(WebSocket): make server "close" event cancelable
#645
kettanaito
closed
1 month ago
1
WebSocket: Close event is not cancelable, so its default cannot be prevented
#644
kettanaito
closed
1 month ago
1
fix(ClientRequest): support intercepting buffered requests
#643
kettanaito
opened
1 month ago
1
Headers instance is turned into an array
#642
hugomrdias
closed
1 month ago
5
fix(ClientRequest): handle `Headers` without internal symbol
#641
kettanaito
closed
2 months ago
1
fix(ClientRequest): spy on `request.headers` used as init for request
#640
kettanaito
closed
2 months ago
1
fix(ClientRequest): prevent duplicates when recording set headers
#639
kettanaito
closed
2 months ago
1
fix(ClientRequest): use `Object.defineProperty` when recording raw headers
#638
kettanaito
closed
2 months ago
1
Fix Request Proxy
#637
mikicho
closed
2 months ago
3
fix(ClientRequest): fix a custom agent context in `createConnection`
#636
tebriel
closed
2 months ago
8
Bug - Unhandled Requests with Custom Agent have wrong `this` context bound
#635
tebriel
closed
2 months ago
1
fix: use correct path for `_http_common` in tsconfig.json
#634
sjoleee
closed
2 months ago
1
Incorrect absolute path for _http_common
#633
sjoleee
closed
2 months ago
1
fix(xhr): clone the request before calculating its body size
#632
robbtraister
closed
2 months ago
8
Setting header with cookie value no longer overwrites a cookie value, it appends
#631
noahbald
closed
2 months ago
4
XHR is broken in 0.34.3
#630
robbtraister
closed
2 months ago
4
Can't resolve `_http_common` when using `msw@2.4.4`
#629
kevva
closed
2 months ago
5
Next