[Webkit-unassigned] [Bug 180547] Message Handlers fail to call despite message being sent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 7 15:35:49 PDT 2018


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

--- Comment #10 from Josh Hrach <josh.hrach at gmail.com> ---
I'll try that.

Meanwhile, is there any reason why, despite this behavior, the following completion handlers don't get called consistently:

webView.configuration.websiteDataStore.httpCookieStore.setCookie(_:completionHandler:)

WKWebsiteDataStore.default().fetchDataRecords(ofTypes:completionHandler:)

I would assume that managing data should work reliably despite a web view not being visible. I'm guessing the intention is for all of this to happen before navigating to the initial URL when presenting a WKWebView but after it's added to the view hierarchy?

-- 
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/20180607/fca3aae8/attachment.html>


More information about the webkit-unassigned mailing list