[Webkit-unassigned] [Bug 238598] [WPE][GTK] Missing API to pass client-side messages to new pages on the web extension side

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 27 06:41:38 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=238598

--- Comment #2 from Pablo Saavedra <psaavedra at igalia.com> ---
Unfortunately the `WKBundlePostSynchronousMessage()` is a deprecated method of the C API nowadays:

Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundle.h:WK_EXPORT void WKBundlePostSynchronousMessage(WKBundleRef bundle, WKStringRef messageName, WKTypeRef messageBody, WKTypeRef* returnRetainedData) WK_C_API_DEPRECATED;

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220427/1109a9db/attachment.htm>


More information about the webkit-unassigned mailing list