Click or drag to resize

SharedStorageAccessParamsIgnoreIfPresent Property

Version 111.2.70
Whether or not to set an entry for a key if that key is already present. Present only for SharedStorageAccessType.documentSet and SharedStorageAccessType.workletSet.

Namespace:  CefSharp.DevTools.Storage
Assembly:  CefSharp (in CefSharp.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax
public bool? IgnoreIfPresent { get; set; }

Property Value

Type: NullableBoolean
See Also