Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Sets a value for a specified node's attribute, except in
the case below:
If the value is empty and if calling hasValue
with the node's
document and ID and attr
would return true, then the
value instead gets removed from the store (see Bug 1476680).
attribute to store
Generated using TypeDoc
The XUL store is used to store information related to a XUL document/application. Typically it is used to store the persisted state for the document, such as window location, toolbars that are open and nodes that are open and closed in a tree.
The data is serialized to [profile directory]/xulstore.json