C | |
Channel_closed [Eliom_comet] | Process_closed is raised when reading on a channel and the
server side of the application closed channel ( the channel
was garbage collected ).
|
Channel_full [Eliom_comet] | Channel_full is raised when trying to read on a channel marked
full by the server.
|
E | |
Eliom_Internal_Error [Eliom_lib] | |
Exception_on_server [Eliom_lib] |
This exception is raised (in Lwt) on the client if a call to a
server function fails (in Lwt) on the server
side.
|
F | |
False [Eliom_lib] |
Event handlers like may raise
False to cancel the event (as if the JavaScript
function returned false ).
|
P | |
Process_closed [Eliom_comet] | Process_closed is raised when reading on a channel and the
server side of the application closed the client process.
|