mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
docs: type names changed from wrapper to primitive (#31752)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# ProtocolRequest Object
|
||||
|
||||
* `url` String
|
||||
* `referrer` String
|
||||
* `method` String
|
||||
* `url` string
|
||||
* `referrer` string
|
||||
* `method` string
|
||||
* `uploadData` [UploadData[]](upload-data.md) (optional)
|
||||
* `headers` Record<String, String>
|
||||
* `headers` Record<string, string>
|
||||
|
||||
Reference in New Issue
Block a user