url property

String get 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;
set url (String v)

Implementation

external set url(String v);