visitUrlCookies
abstract fun visitUrlCookies(url: String, includeHttpOnly: Boolean, visitor: CefCookieVisitor): Boolean
Visit a subset of cookies. The returned cookies are ordered by longest path, then by earliest creation date.
Return
False if cookies cannot be accessed.
Parameters
url
Results are filtered by the given url scheme, host, domain and path.
includeHttpOnly
If true HTTP-only cookies will also be included in the results.
visitor
Callback that will receive cookies on the UI thread.