blob: 9879cd753a48f61b4f4a24cc9a1b11489c915835 (
plain)
1
2
3
4
5
6
7
8
9
10
|
========================
Prompt Service Reference
========================
This is the JSDoc from the Prompter.jsm implementation. You can find the full
interface definition in
`nsIPromptService.idl <https://searchfox.org/mozilla-central/source/toolkit/components/windowwatcher/nsIPromptService.idl>`_.
.. js:autoclass:: Prompter
:members:
|