RESOLVED DUPLICATE of bug 275087 279258
2.45.92 webkit_web_resource_get_data fails
https://bugs.webkit.org/show_bug.cgi?id=279258
Summary 2.45.92 webkit_web_resource_get_data fails
enometh
Reported 2024-09-06 03:09:41 PDT
webkit_web_resource_get-data seems to no longer work in the 4.1 api the outline is as follows: res = webkit_web_view_get_main_resource( webview ) webkit_web_resource_get_data(res, NULL, cb, NULL); cb(GObject *res, GAsyncResult *result, gpointer user_data) { char *dest = (char *)user_data; gsize len; GError *gerror = NULL; guchar *data = webkit_web_resource_get_data_finish( (WebKitWebResource *)res, result, &len, &gerror); } data seems to be always returned as the empty string "" can someone please verify if this is happening for them in the 2.45 current development release?
Attachments
Adrian Perez
Comment 1 2024-09-06 04:05:21 PDT
Very likely duplicate of bug #275087
Michael Catanzaro
Comment 2 2024-09-06 08:26:13 PDT
*** This bug has been marked as a duplicate of bug 275087 ***
Note You need to log in before you can comment on or make changes to this bug.