:=/2 | Call
a JavaScript function expressed by Call. |
await/2 | Call
asynchronous behavior. |
bind/4 | Bind
EventType on Elem to call Goal. |
bind_async/4 | Bind
EventType on Elem to call Goal. |
fetch/3 | Fetch
the content from URL asynchronously. |
is_async/0 | True
when we can call await/2. |
is_object/1 | Test
whether a Prolog term is a JavaScript object. |
is_object/2 | Test
whether a Prolog term is a JavaScript object. |
js_script/2 | Evaluate
String as JavaScript, for example for defining a function. |
sleep/1 | Sleep
by yielding when possible. |
unbind/2 | Remove
the event listener for EventType. |
wait/3 | Make
the calling task wait for EventType on Elem. |