mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 20:28:42 +02:00
MozReview-Commit-ID: Klw4o0qIvCE --HG-- extra : rebase_source : 4968810209d80e31e854417b30ac4129299bed4e
12 lines
328 B
Text
12 lines
328 B
Text
[ Func="mozilla::AddonManagerWebAPI::IsAPIEnabled",
|
|
Constructor(DOMString type, AddonEventInit eventInitDict)]
|
|
interface AddonEvent : Event {
|
|
readonly attribute DOMString id;
|
|
readonly attribute boolean needsRestart;
|
|
};
|
|
|
|
dictionary AddonEventInit : EventInit {
|
|
required DOMString id;
|
|
required boolean needsRestart;
|
|
};
|
|
|