Event that dispatches whenever the Adapter is mounted
Event that dispatches whenever the Adapter is unmounted
Represents if the Adapter can utilize BaseAdapter.watch but requires periodic calls to BaseAdapter.reload
Represents if the Adapter is read-only
Represents if the Adapter requires mounting first, to be used
Represents the target Web Storage API to utilize
Persists a new or updates an existing Node with new metadata. Optionally can specify the Node's NODE_TYPES
NOTE: Will try to guess the Mime Type if
mime_type
isundefined
Polls the Adapter for any new changes since any previous calls to BaseAdapter.watch was performed. Dispatching to the relevant subscribers
NOTE: Only call this if the Adapter's BaseAdapter.can_watch_reload is
true
Generated using TypeDoc
Represents a URIStorage Adapter that targets the Browsers' localStorage