Summary: KESHAmambo pointed out some internal links are broken on the website: https://twitter.com/KESHAmambo/status/1255443093542895619 The way relative links are processed in docusaurus v1 and v2 has changed. This fixes them up. Reviewed By: mweststrate Differential Revision: D21301293 fbshipit-source-id: 7610e38a55bc066625373cf2eee9a3efb63aec08
14 lines
651 B
Plaintext
14 lines
651 B
Plaintext
---
|
|
id: network-plugin
|
|
title: Network
|
|
---
|
|
import useBaseUrl from '@docusaurus/useBaseUrl';
|
|
|
|
→ [See setup instructions for the Network plugin](../setup/network-plugin)
|
|
|
|
Use the Network inspector to inspect outgoing network traffic in your apps. You can easily browse all requests being made and their responses. The plugin also supports gzipped responses.
|
|
|
|
<img alt="Network plugin" src={useBaseUrl("img/network.png")} />
|
|
|
|
All request sent from the device will be listed in the plugin. Click on a request to see details like headers and body. You can filter the table for domain, method or status by clicking on the corresponding value in the table.
|