Mobile Web Wearable Web

XMLHttpRequest (Level 1 and 2)

You can send requests to and receive them from a Web server using JavaScript.

XMLHttpRequest Level 2 in Mobile Applications

You can send HTTP (or HTTPS) requests to and receive responses from a Web server using JavaScript. The API is based on the HTML5 specification and the Ajax mechanism widely used in the Web environment, and it has been enhanced from the older XMLHttpRequest API.

The main features of the XMLHttpRequest Level 2 API include:

XMLHttpRequest Level 1 in Wearable Applications

You can send HTTP (or HTTPS) requests to and receive responses from a Web server using JavaScript. The API is based on the HTML5 specification and the Ajax mechanism widely used in the Web environment, and it has been enhanced from the older XMLHttpRequest API.

The main features of the XMLHttpRequest Level 1 API include:

Go to top