Skip to content

Check port before sending message

Kai Uwe Broulik requested to merge work/kbroulik/check-port into master

On not supported operating systems, we will never create a Port, and thus potentially spam the console with errors.

BUG: 442674


@fvogt @rjvbb

There's still a few places in e.g. downloads but they call port.postMessage directly rather than going through sendMessage...

Merge request reports