Preparing search index...
The search index is not available
mcbopomofoweb
mcbopomofoweb
LargeSync/LargeSync
LargeSync
Class LargeSync
Index
Constructors
constructor
Properties
max
Bytes
max
Bytes
Per
Key
version
Methods
basic
Hash
calculate
Max
Length
clear
extract
Keys
get
get
Bytes
In
Use
get
Key
Prefix
get
Keys
get
Request
Keys
get
Storage
Key
reconstruct
remove
set
set
Key
Prefix
split
Constructors
constructor
new
Large
Sync
(
)
:
LargeSync
Returns
LargeSync
Properties
Readonly
max
Bytes
max
Bytes
:
number
= chrome.storage.sync.QUOTA_BYTES
Readonly
max
Bytes
Per
Key
max
Bytes
Per
Key
:
number
= chrome.storage.sync.QUOTA_BYTES_PER_ITEM
Readonly
version
version
= "1.0"
Methods
basic
Hash
basic
Hash
(
str
)
:
number
Parameters
str
:
string
Returns
number
calculate
Max
Length
calculate
Max
Length
(
key
,
maxLength
)
:
number
Parameters
key
:
string
maxLength
:
number
Returns
number
clear
clear
(
callback
)
:
void
Parameters
callback
:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
void
extract
Keys
extract
Keys
(
splitObjects
)
:
string
[]
Parameters
splitObjects
:
any
Returns
string
[]
get
get
(
keys
,
callback
)
:
void
Parameters
keys
:
string
[]
callback
:
(
(
arg
:
{
[
k
:
string
]
:
any
;
}
)
=>
void
)
(
arg
)
:
void
Parameters
arg
:
{
[
k
:
string
]
:
any
;
}
[
k
:
string
]:
any
Returns
void
Returns
void
get
Bytes
In
Use
get
Bytes
In
Use
(
keys
,
callback
)
:
void
Parameters
keys
:
string
[]
callback
:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
void
get
Key
Prefix
get
Key
Prefix
(
)
:
string
Returns
string
get
Keys
get
Keys
(
keys
)
:
string
[]
Parameters
keys
:
any
Returns
string
[]
get
Request
Keys
get
Request
Keys
(
keys
)
:
string
[]
Parameters
keys
:
string
[]
Returns
string
[]
get
Storage
Key
get
Storage
Key
(
key
,
postfix
)
:
string
Parameters
key
:
string
postfix
:
string
Returns
string
reconstruct
reconstruct
(
splitObjects
,
inKeys
?
)
:
{
[
k
:
string
]
:
any
;
}
Parameters
splitObjects
:
any
inKeys
:
undefined
|
string
[]
= undefined
Returns
{
[
k
:
string
]
:
any
;
}
[
k
:
string
]:
any
remove
remove
(
keys
,
callback
)
:
void
Parameters
keys
:
string
[]
callback
:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
void
set
set
(
items
,
callback
)
:
void
Parameters
items
:
{
[
k
:
string
]
:
any
;
}
[
k
:
string
]:
any
callback
:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
void
set
Key
Prefix
set
Key
Prefix
(
val
)
:
void
Parameters
val
:
string
Returns
void
split
split
(
obj
,
maxLength
)
:
object
Parameters
obj
:
any
maxLength
:
number
Returns
object
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
max
Bytes
max
Bytes
Per
Key
version
Methods
basic
Hash
calculate
Max
Length
clear
extract
Keys
get
get
Bytes
In
Use
get
Key
Prefix
get
Keys
get
Request
Keys
get
Storage
Key
reconstruct
remove
set
set
Key
Prefix
split
mcbopomofoweb
Loading...