flow icon indicating copy to clipboard operation
flow copied to clipboard

Add more helper methods to `DownloadEvent`

Open mshabarov opened this issue 5 months ago • 0 comments

Describe your motivation

DownloadEvent could have more helper methods like

  • DownloadEvent.setStatus(int)
  • DownloadEvent.setStatus(HttpStatusCode)
  • DownloadEvent.addHeader(String, String)

so there would be no need to call a getResponse().

Additional context

Vaadin 24.8

mshabarov avatar May 22 '25 12:05 mshabarov