Searched defs:IO (Results 1 - 2 of 2) sorted by relevance

/yui3/src/io/js/
H A Dio-nodejs.js6 * the IO abstraction.
10 if (!Y.IO.request) {
11 Y.IO.request = require('request');
17 NodeJS IO transport, uses the NodeJS <a href="https://github.com/mikeal/request">request</a>
18 module under the hood to perform all network IO.
67 Y.IO.transports.nodejs = function() {
92 Y.IO.request(rconf, function(err, data) {
96 Y.log('An IO error occurred', 'warn', 'io');
130 Y.IO.defaultTransport('nodejs');
H A Dio-base.js2 Base IO functionality. Provides basic XHR transport support.
5 @for IO
8 var // List of events that comprise the IO event lifecycle.
18 The IO class is a utility that brokers HTTP requests through a simplified
21 same-domain requests is the XMLHttpRequest object. IO can also use
24 @class IO
27 used to configure IO's events.
29 function IO (config) { function
37 IO.prototype = {
52 * Object of IO HTT
35 } class
[all...]

Completed in 9 milliseconds