A WebClient based on the browser side.Note: If you want to request a non-relative URI you *should* set the
Access-Control-Allow-Origin header.
type
XHR.options
(
'content
)
=
{ 
string
 
method
, 
option
(
'content
)
 
content
 }
type
XHR.result
(
'content
)
=
outcome
(
XHR.success
(
'content
)
, 
string
)
type
XHR.success
(
'content
)
=
{ 
int
 
code
, 
'content
 
content
, 
list
(
string
)
 
headers
, 
(
string
option
(
string
)
)
 
header_get
 }
Name Summary
Default options for XHR request.
get
Synchronous GET request to the .
Asynchronous GET request to the .
Synchronous POST request to the .
Asynchronous POST request to the .
Synchronous request with to the .
Asynchronous request with to the .

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.