Browse Source

docs: link ProtocolResponseUploadData (#26294)

David Sanders 4 years ago
parent
commit
34feaf1df0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/structures/protocol-response.md

+ 1 - 1
docs/api/structures/protocol-response.md

@@ -28,7 +28,7 @@
 * `session` Session (optional) - The session used for requesting URL, by default
   the HTTP request will reuse the current session. Setting `session` to `null`
   would use a random independent session. This is only used for URL responses.
-* `uploadData` ProtocolResponseUploadData (optional) - The data used as upload data. This is only
+* `uploadData` [ProtocolResponseUploadData](protocol-response-upload-data.md) (optional) - The data used as upload data. This is only
   used for URL responses when `method` is `"POST"`.
 
 [net-error]: https://source.chromium.org/chromium/chromium/src/+/master:net/base/net_error_list.h