mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 23:59:27 +00:00
5 lines
137 B
Plaintext
5 lines
137 B
Plaintext
callback AsyncOperationCallback = void (DOMString status);
|
|
|
|
callback interface EventHandler {
|
|
void eventOccurred(DOMString details);
|
|
}; |