AstroJS/botanjs/src/externs/System.Net.js
2015-08-14 18:12:10 +08:00

12 lines
184 B
JavaScript

/** @constructor */
System.Net = function (){}
/** @type {Function} */
System.Net.getData;
/** @type {Function} */
System.Net.postFile;
/** @type {Function} */
System.Net.postData;