forked from Botanical/BotanJS
12 lines
184 B
JavaScript
12 lines
184 B
JavaScript
|
/** @constructor */
|
||
|
System.Net = function (){}
|
||
|
|
||
|
/** @type {Function} */
|
||
|
System.Net.getData;
|
||
|
|
||
|
/** @type {Function} */
|
||
|
System.Net.postFile;
|
||
|
|
||
|
/** @type {Function} */
|
||
|
System.Net.postData;
|