mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-03-12 13:42:03 +00:00
5 lines
137 B
Plaintext
5 lines
137 B
Plaintext
callback AsyncOperationCallback = void (DOMString status);
|
|
|
|
callback interface EventHandler {
|
|
void eventOccurred(DOMString details);
|
|
}; |