Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,989 contributions in the last year
Contribution activity
July 2020
Created a pull request in mswjs/mswjs.io that received 3 comments
Docs: Adds "Binary response type" recipe
Changes Adds a new "Binary response type" recipe to the documentation. That recipe illustrates how to respond with a local image. GitHub Documents
+37
−0
•
3
comments
Created an issue in mswjs/msw that received 6 comments
Transparent handler ("*") doesn't allow fall-through
Reproduction step setupWorker( rest.get('*', () => console.log('caught')), rest.get('/user', (req, res, ctx) => res(ctx.json({ firstName: 'John' })) )
6
comments