3.22 library(http/js_write): Utilities for including JavaScript
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog HTTP support
The HTTP server libraries
library(http/js_write): Utilities for including JavaScript
js_script//1
javascript/4
js_call//1
js_new//2
js_arg_list//1
js_expression//1
js_arg//1
Availability:
:- use_module(
library(http/js_write)
).
[det]
js_new
(
+Id, +Term
)
//
Emit a call to a Javascript object declaration. This is the same as:
['var ', Id, ' = new ', \js_call(Term)]