Files
sousa-gecko/xpcom/docs/xpcomutils.md
T
Sylvestre Ledru 3035033c92 Bug 2038819 - Convert xpcom/docs RST to Markdown r=xpcom-reviewers,emilio
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
2026-07-04 10:18:42 +00:00

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:
```