Error processing SSI file
Error processing SSI file

Home » Development Area » DigiGuide Listings Grabber » API Index » Class: XMLHttpRequest » status Property

Class XMLHttpRequest : status Property


Integer status;

Summary

HTTP return status of the request.


Examples

if( client.status == 200 )
{
alert( "All is well with the download" )
}


Requirements

Build Build 1

(Last updated: February 13, 2020 11:43:31)

Error processing SSI file