io Module
Provides core IO-functionality.
Example:
var IO = require("io")(window);
Copyright (c) 2014 ITSA - https://github.com/itsa New BSD License - http://choosealicense.com/licenses/bsd-3-clause/
This module provides the following classes:
This module is a rollup of the following modules:
-
io-assets
Extends io by adding the method
getCSSandgetJSto it. (under construction) -
io-cors
Extends io by enabling
CORSthrough XDR on IE<10. -
io-filetransfer
Extends io by adding the method
sendBlobto it. -
io-jsonp
Extends io by adding the method
readObjectJSONPto it. (under construction) -
io-transfer
Extends io by adding the methods
get,read,update,insert,sendanddeleteto it. -
io-xml
Extends io by adding the method
readXMLto it.
