Platforms to show: All Mac Windows Linux Cross-Platform

WKHTTPCookieStoreMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class WebKit2 MBS Mac64bit Plugin 20.1 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
An object that manages the HTTP cookies associated with a particular WKWebsiteDataStore.
Example
Var CookieStore As WKHTTPCookieStoreMBS = WKWebViewControlMBS1.WKWebView.HTTPCookieStore
Var cookies() As NSHTTPCookieMBS = CookieStore.AllCookies
Var cookie As NSHTTPCookieMBS = cookies(0)

// now check in debugger
Break

Requires macOS 10.13 or iOS 11.0 or newer.

This class has no sub classes.

Blog Entries

Xojo Developer Magazine

Release notes

Some properties using for this class:

Some related classes:


The items on this page are in the following plugins: MBS Mac64bit Plugin.


WKFrameInfoMBS   -   WKNavigationActionMBS


The biggest plugin in space...