Содержание

getExtSource

Gets external source on the specified address, using the specified User-agent.

Syntax

getExtSource = function(aURL, aUserAgent);

Parameters

Returned value

Notes

Examples

  1. var es = getExtSource('http://mysite.ru/extsource.txt');
    log(JSON.stringify(es));