ProtocolClient.ipc 374 B

123456789
  1. endpoint ProtocolClient = 13
  2. {
  3. // Download notifications
  4. DownloadProgress(i32 download_id, Optional<u32> total_size, u32 downloaded_size) =|
  5. DownloadFinished(i32 download_id, bool success, Optional<u32> status_code, u32 total_size, i32 shbuf_id, IPC::Dictionary response_headers) =|
  6. // Certificate requests
  7. CertificateRequested(i32 download_id) => ()
  8. }