diff -r 322d0feea350 -r 89ef5ed3c48b src/cm/media/js/lib/yui/yui_3.10.3/api/modules/yql.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui_3.10.3/api/modules/yql.html Tue Jul 16 14:29:46 2013 +0200 @@ -0,0 +1,1641 @@ + + + + + yql - YUI 3 + + + + + + + + +
+
+
+ +

+ +
+
+ API Docs for: 3.10.3 +
+
+
+ +
+ +
+
+
+ Show: + + + + + + + +
+ + +
+
+
+

yql Module

+
+ + + User Guide & Examples + + + + + + +
+ Defined in: yql/js/yql.js:152 +
+ + + +
+ + + +
+

This class adds a sugar class to allow access to YQL (http://developer.yahoo.com/yql/).

+
+ + + +
+
+ +

This module provides the following classes:

+ + + +
+ +
+ +

This module is a rollup of the following modules:

+ +
    + +
  • + + yql-jsonp + + +
    + Plugin for YQL to use JSONP to make YQL requests. This is the default method, +when loaded in nodejs or winjs this will not load. The new module is needed +to make sure that JSONP is not loaded in the environments that it is not needed. +
    +
  • + +
  • + + yql-nodejs + + +
    + NodeJS plugin for YQL to use native request to make requests instead of JSONP. +Not required by the user, it's conditionally loaded and should "just work". +
    +
  • + +
  • + + yql-winjs + + +
    + WinJS plugin for YQL to use native XHR to make requests instead of JSONP. +Not required by the user, it's conditionally loaded and should "just work". +
    +
  • + +
+ +
+
+ +
+
+
+
+
+
+ + + + + + + + + +