mirror of
https://github.com/electron/electron.git
synced 2026-01-14 09:58:04 -05:00
* docs: move protocol-ns to protocol.md * chore: fix up tests and implement missing pieces required for tests
8 lines
171 B
Markdown
8 lines
171 B
Markdown
# ProtocolRequest Object
|
|
|
|
* `url` String
|
|
* `referrer` String
|
|
* `method` String
|
|
* `uploadData` [UploadData[]](upload-data.md) (optional)
|
|
* `headers` Record<String, String>
|