qzind / tray

Browser plugin for sending documents and raw commands to a printer or attached device.
https://qz.io
Other
842 stars 274 forks source link

Capture CANCELLED WebView state #1184

Closed tresf closed 1 year ago

tresf commented 1 year ago

Closes #1183

tresf commented 1 year ago

Thanks @akberenz! 12a4b6d perfectly shows the redirect now, which shows the response-content-disposition=attachment, which we don't currently support.

Gluon did offer a workaround to save this file to a temporary location, but this has other implications, such as relative links breaking. I think the best approach is to log, unlatch and let the developer fix it on the back-end.

Merging.