mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-16 01:28:41 +00:00
The empty value we are currently returning hits the `decltype(nullptr)` constructor of TakeDocumentScreenshotResponse. This is interpreted as an invalid response by LibIPC. Instead, return a Gfx::ShareableBitmap that the client-side can handle, and e.g. display an error, rather than the message just being dropped.
43 KiB
43 KiB