Documentation Prolog Predicate Reference js ajax/3

ajax/3

Perform an asynchronous HTTP (Ajax) request.

Description

ajax( +http_method, +atom, -term )

Equivalent to ajax(Method, Url, Result, []). See ajax/4.

Implementation