Class UntrackIndexedDBForOriginCommandSettings
Unregisters origin from receiving notifications for IndexedDB.
public sealed class UntrackIndexedDBForOriginCommandSettings : ICommand
- Inheritance
-
UntrackIndexedDBForOriginCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Origin
Security origin.
[JsonPropertyName("origin")]
public string Origin { get; set; }