Delete the value of the provided namespace key.
if true this operation behaves like Memory.resetMemory with the key as an argument. Otherwise it merely removes the specified namespace.
Keep track of the given element such that it can be removed later.
Store the given value under the namespace key.
Namespaces are separated by a dot
Remove all elements from the given namespaces. Removing elements of a namespace also removes all elements in namespaces further down.
If no namespaces provided removes all elements.
Reset the given namespaces and all their children.
When called with no arguments this flushes the entire memory (i.e. deletes all keys).
Generated using TypeDoc
Memory that can also keep track of injected DOM elements.
This class doesn't actually touch the Memory.memory at all, but provides a similar interface for HTML Elements.