Platforms to show: All Mac Windows Linux Cross-Platform

Back to LinuxWebCookieStoreMBS class.

LinuxWebCookieStoreMBS.Available as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Returns true if the plugin found all functions for the web cookie store.

LinuxWebCookieStoreMBS.CookieStore as LinuxWebCookieStoreMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Queries the default cookie store.
Example
dim w as LinuxWebCookieStoreMBS = LinuxWebCookieStoreMBS.CookieStore

MsgBox "AcceptPolicy: "+str(w.AcceptPolicy)
w.AcceptPolicy = w.kAcceptNoThirdParty
MsgBox "AcceptPolicy: "+str(w.AcceptPolicy)

LinuxWebCookieStoreMBS.SetCookieStore(newStore as LinuxWebCookieStoreMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Makes the given cookie store the default one.

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


The biggest plugin in space...