Click or drag to resize

SharedStorageAccessParamsIgnoreIfPresent Property

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

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

Property Value

NullableBoolean
See Also