Tags: neutralinojs/webview
Tags
Do NOT handle uninitialized messages (webview#221) Both, GetMessage and PeekMessage, can end up not filling out the msg struct. In those cases we have garbage in the struct and must not handle anything.