Convert xpcom/docs/*.rst to MyST-flavored Markdown. Update stringguide.xpidl :ref: targets to the explicit (stringguide-xpidl)= MyST anchor. Differential Revision: https://phabricator.services.mozilla.com/D304220
13 lines
411 B
Markdown
13 lines
411 B
Markdown
# XPCOMUtils module
|
|
|
|
XPCOMUtils is a utility class that lives in
|
|
{searchfox}`resource://gre/modules/XPCOMUtils.sys.mjs <js/xpconnect/loader/XPCOMUtils.sys.mjs>`.
|
|
|
|
Its name is a little confusing because it does not live in XPCOM itself,
|
|
but it provides utilities that help JS consumers to make consuming
|
|
`sys.mjs` modules and XPCOM services/interfaces more ergonomic.
|
|
|
|
```{js:autoclass} XPCOMUtils
|
|
:members:
|
|
```
|