Bug fixes
- Fixes an issue that resulted in the CORS policy violation due to the library appending the
x-msw-request-id
request header (#713, #1022, #1024).
Internal
- No longer sets the
x-msw-request-id
header on the request (#1024). Relies on therequest.id
set by the interceptors (Node.js) or therequestId
generated by the worker (browser).