Preparing search index...
The search index is not available
@rendley/sdk - v1.7.2
@rendley/sdk
StorageIndexedDB
Class StorageIndexedDB
Hierarchy (
View Summary
)
StorageProviderBase
StorageIndexedDB
Index
Constructors
constructor
Properties
type
Methods
begin
Batch
destroy
end
Batch
get
Media
get
Media
Hash
List
has
Media
init
is
Active
lazy
Init
remove
Media
store
Media
sync
Constructors
constructor
new
StorageIndexedDB
()
:
StorageIndexedDB
Returns
StorageIndexedDB
Properties
type
type
:
StorageProviderTypeEnum
Methods
begin
Batch
beginBatch
()
:
Promise
<
void
>
Returns
Promise
<
void
>
destroy
destroy
()
:
Promise
<
void
>
Returns
Promise
<
void
>
end
Batch
endBatch
()
:
Promise
<
void
>
Returns
Promise
<
void
>
get
Media
getMedia
(
mediaHash
:
string
)
:
Promise
<
null
|
StorageMediaData
>
Parameters
mediaHash
:
string
Returns
Promise
<
null
|
StorageMediaData
>
get
Media
Hash
List
getMediaHashList
()
:
Promise
<
string
[]
>
Returns
Promise
<
string
[]
>
has
Media
hasMedia
(
mediaHash
:
string
)
:
Promise
<
boolean
>
Parameters
mediaHash
:
string
Returns
Promise
<
boolean
>
init
init
(
projectId
:
string
)
:
Promise
<
void
>
Parameters
projectId
:
string
Returns
Promise
<
void
>
is
Active
isActive
()
:
boolean
Returns
boolean
lazy
Init
lazyInit
(
projectId
:
string
)
:
Promise
<
void
>
Parameters
projectId
:
string
Returns
Promise
<
void
>
remove
Media
removeMedia
(
mediaHash
:
string
)
:
Promise
<
boolean
>
Parameters
mediaHash
:
string
Returns
Promise
<
boolean
>
store
Media
storeMedia
(
storageData
:
StorageMediaData
)
:
Promise
<
StorageStoreResults
>
Parameters
storageData
:
StorageMediaData
Returns
Promise
<
StorageStoreResults
>
sync
sync
(
master
:
StorageProviderBase
)
:
Promise
<
boolean
>
Parameters
master
:
StorageProviderBase
Returns
Promise
<
boolean
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
type
Methods
begin
Batch
destroy
end
Batch
get
Media
get
Media
Hash
List
has
Media
init
is
Active
lazy
Init
remove
Media
store
Media
sync
@rendley/sdk - v1.7.2
Loading...