electron/docs/api/structures/protocol-request.md
Samuel Attard d3fa5ed1e8
docs: move protocol-ns to protocol.md (#23883)
* docs: move protocol-ns to protocol.md

* chore: fix up tests and implement missing pieces required for tests
2020-06-02 09:46:18 -07:00

171 B

ProtocolRequest Object

  • url String
  • referrer String
  • method String
  • uploadData UploadData[] (optional)
  • headers Record<String, String>