url property

String url

Load a CSV or JSON file from a URL. Note that this will not work if loading via the "file://" protocol as most browsers with block XMLHTTPRequests.

Implementation

external String get url;
void url=(String v)

Implementation

external set url(String v);