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.
Synchronously loads a style sheet from |sheetURI| and adds it to the list of user or agent style sheets.
A user sheet loaded via this API will come before userContent.css and userChrome.css in the cascade (so the rules in it will have lower precedence than rules in those sheets).
An agent sheet loaded via this API will come after ua.css in the cascade (so the rules in it will have higher precedence than rules in ua.css).
The relative ordering of two user or two agent sheets loaded via this API is undefined.
Sheets added via this API take effect on all documents, including already-loaded ones, immediately.
Asynchronously loads a style sheet from |sheetURI| and returns a Promise which resolves to the new style sheet object, which can be used with nsIDOMWindowUtils.addSheet, when it has completed loading.
Generated using TypeDoc
nsIStyleSheetService allows extensions or embeddors to add to the built-in list of user or agent style sheets.