goog.storage.RichStorage.Wrapper |
value
: *
The value to wrap.
|
![]()
Unwraps a value, any metadata is discarded (not returned). You might want to
use goog.storage.RichStorage.Wrapper.unwrapIfPossible to handle cases where
the wrapper is missing.
Arguments:
Returns: *
The wrapped value.
|
code » | ||
![]()
Convenience method for unwrapping a value. Returns undefined if the
wrapper is missing.
Arguments:
Returns: *
The wrapped value or undefined.
|
code » | ||
![]()
Convenience method for wrapping a value so metadata can be associated with
it. No-op if the value is already wrapped or is undefined.
Arguments:
|
code » |