0a9438dbba
* docs: NetworkService-based protocol module * docs: separate ProtocolRequest * docs: separate ProtocolResponse * docs: fix lint warning * docs: fix electron.d.ts * fix: print deprecation warnings for protocol module * docs: fix links * Apply suggestions from code review Co-Authored-By: Felix Rieseberg <felix@felixrieseberg.com> * Apply suggestions from code review Co-Authored-By: Samuel Attard <samuel.r.attard@gmail.com> * Do not publish NetworkService changes draft * Apply suggestions from code review Co-Authored-By: Samuel Attard <samuel.r.attard@gmail.com> * docs: filePath must be absolute
6 lines
136 B
Markdown
6 lines
136 B
Markdown
# ProtocolRequest Object
|
|
|
|
* `url` String
|
|
* `referrer` String
|
|
* `method` String
|
|
* `uploadData` [UploadData[]](upload-data.md) (optional)
|