Development/Tutorials/Plasma4/JavaScript/API-NetworkIO: Difference between revisions

From KDE TechBase
(Created page with ' = NetworkIO = This Extension provides access to data over the network using asynchronous IOJob objects. Functions: * ''IOJob'' '''getUr...')
 
 
(No difference)

Latest revision as of 23:27, 11 September 2014

NetworkIO

This Extension provides access to data over the network using asynchronous IOJob objects.

Functions:

  • IOJob getUrl(Url url): attempts to fetch the file using an IOJob
  • IOJob getUrl(String url): attempts to fetch the file using an IOJob