Table of Contents

Class StorageAccessTypes

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class StorageAccessTypes
Inheritance
StorageAccessTypes
Inherited Members

Constructors

StorageAccessTypes()

public StorageAccessTypes()

Fields

All

[Value("all")]
public bool All

Field Value

bool

BroadcastChannel

[Value("BroadcastChannel")]
public bool BroadcastChannel

Field Value

bool

Caches

[Value("caches")]
public bool Caches

Field Value

bool

Cookies

[Value("cookies")]
public bool Cookies

Field Value

bool

CreateObjectURL

[Value("createObjectURL")]
public bool CreateObjectURL

Field Value

bool

Estimate

[Value("estimate")]
public bool Estimate

Field Value

bool

GetDirectory

[Value("getDirectory")]
public bool GetDirectory

Field Value

bool

IndexedDB

[Value("indexedDB")]
public bool IndexedDB

Field Value

bool

LocalStorage

[Value("localStorage")]
public bool LocalStorage

Field Value

bool

Locks

[Value("locks")]
public bool Locks

Field Value

bool

RevokeObjectURL

[Value("revokeObjectURL")]
public bool RevokeObjectURL

Field Value

bool

SessionStorage

[Value("sessionStorage")]
public bool SessionStorage

Field Value

bool

SharedWorker

[Value("SharedWorker")]
public bool SharedWorker

Field Value

bool