AstroJS/botanjs/src/externs/System.Net.js

12 lines
184 B
JavaScript

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