mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
5 lines
137 B
Plaintext
5 lines
137 B
Plaintext
callback AsyncOperationCallback = void (DOMString status);
|
|
|
|
callback interface EventHandler {
|
|
void eventOccurred(DOMString details);
|
|
}; |