Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In the case of a GraphQL server, consider using [GraphQL Code Generator](https:/

In the case when there is no API specification available, you can record network behavior in the browser and store it in a `*.har` file. Then, it becomes a fixed source of truth you can use to generate handlers from.

In the example below we'are going to use a community-authored [`msw-webarchive`](https://github.com/Tapico/tapico-msw-webarchive) package to generate request handlers from an HAR file on runtime.
In the example below we are going to use a community-authored [`msw-webarchive`](https://github.com/Tapico/tapico-msw-webarchive) package to generate request handlers from an HAR file on runtime.

```js
// mocks/browser.js
Expand Down