|
0
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
|
2 |
<html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#"> |
|
|
3 |
<head> |
|
|
4 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
|
|
5 |
<title>API: io io-xdr.js (YUI Library)</title> |
|
|
6 |
|
|
|
7 |
<link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" /> |
|
|
8 |
<link rel="stylesheet" type="text/css" href="assets/api.css" /> |
|
|
9 |
|
|
|
10 |
<script type="text/javascript" src="assets/api-js"></script> |
|
|
11 |
<script type="text/javascript" src="assets/ac-js"></script> |
|
|
12 |
</head> |
|
|
13 |
|
|
|
14 |
<body id="yahoo-com"> |
|
|
15 |
|
|
|
16 |
<div id="doc3" class="yui-t2"> |
|
|
17 |
<div id="hd"> |
|
|
18 |
<h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1> |
|
|
19 |
<h3>io <span class="subtitle">3.0.0b1</span></h3> |
|
|
20 |
<a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a> |
|
|
21 |
> <a href="./module_io.html" title="io">io</a> |
|
|
22 |
|
|
|
23 |
> io-xdr.js (source view) |
|
|
24 |
<form onsubmit="return false"> |
|
|
25 |
<div id="propertysearch"> |
|
|
26 |
Search: <input autocomplete="off" id="searchinput" /> |
|
|
27 |
<div id="searchresults"> |
|
|
28 |
|
|
|
29 |
</div> |
|
|
30 |
</div> |
|
|
31 |
</form> |
|
|
32 |
</div> |
|
|
33 |
|
|
|
34 |
<div id="bd"> |
|
|
35 |
<div id="yui-main"> |
|
|
36 |
<div class="yui-b"> |
|
|
37 |
<form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form"> |
|
|
38 |
<fieldset> |
|
|
39 |
<legend>Filters</legend> |
|
|
40 |
<span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span> |
|
|
41 |
<span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span> |
|
|
42 |
<span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span> |
|
|
43 |
</fieldset> |
|
|
44 |
</form> |
|
|
45 |
|
|
|
46 |
<div id="srcout"> |
|
|
47 |
<style> |
|
|
48 |
#doc3 .classopts { display:none; } |
|
|
49 |
</style> |
|
|
50 |
<div class="highlight" ><pre> <span class="c">/**</span> |
|
|
51 |
<span class="c"> * Extends the IO base class to provide an alternate, Flash transport, for making</span> |
|
|
52 |
<span class="c"> * cross-domain requests.</span> |
|
|
53 |
<span class="c"> * @module io</span> |
|
|
54 |
<span class="c"> * @submodule io-xdr</span> |
|
|
55 |
<span class="c"> */</span> |
|
|
56 |
|
|
|
57 |
<span class="c">/**</span> |
|
|
58 |
<span class="c"> * @event io:xdrReady</span> |
|
|
59 |
<span class="c"> * @description This event is fired by YUI.io when the specified transport is</span> |
|
|
60 |
<span class="c"> * ready for use.</span> |
|
|
61 |
<span class="c"> * @type Event Custom</span> |
|
|
62 |
<span class="c"> */</span> |
|
|
63 |
<span class="k">var</span> <span class="nx">E_XDR_READY</span> <span class="o">=</span> <span class="s1">'io:xdrReady'</span><span class="o">;</span> |
|
|
64 |
|
|
|
65 |
<span class="c">/**</span> |
|
|
66 |
<span class="c"> * @description Method that creates the Flash transport swf.</span> |
|
|
67 |
<span class="c"> *</span> |
|
|
68 |
<span class="c"> * @method _swf</span> |
|
|
69 |
<span class="c"> * @private</span> |
|
|
70 |
<span class="c"> * @static</span> |
|
|
71 |
<span class="c"> * @param {string} uri - location of IO.swf.</span> |
|
|
72 |
<span class="c"> * @param {string} yid - YUI instance id.</span> |
|
|
73 |
<span class="c"> * @return void</span> |
|
|
74 |
<span class="c"> */</span> |
|
|
75 |
<span class="k">function</span> <span class="nx">_swf</span><span class="o">(</span><span class="nx">uri</span><span class="o">,</span> <span class="nx">yid</span><span class="o">)</span> <span class="o">{</span> |
|
|
76 |
<span class="k">var</span> <span class="nx">XDR_SWF</span> <span class="o">=</span> <span class="s1">'<object id="yuiIoSwf" type="application/x-shockwave-flash" data="'</span> <span class="o">+</span> |
|
|
77 |
<span class="nx">uri</span> <span class="o">+</span> <span class="s1">'" width="0" height="0">'</span> <span class="o">+</span> |
|
|
78 |
<span class="s1">'<param name="movie" value="'</span> <span class="o">+</span> <span class="nx">uri</span> <span class="o">+</span> <span class="s1">'">'</span> <span class="o">+</span> |
|
|
79 |
<span class="s1">'<param name="FlashVars" value="yid='</span> <span class="o">+</span> <span class="nx">yid</span> <span class="o">+</span> <span class="s1">'">'</span> <span class="o">+</span> |
|
|
80 |
<span class="s1">'<param name="allowScriptAccess" value="sameDomain">'</span> <span class="o">+</span> |
|
|
81 |
<span class="s1">'</object>'</span><span class="o">;</span> |
|
|
82 |
<span class="nx">Y</span><span class="o">.</span><span class="nx">get</span><span class="o">(</span><span class="s1">'body'</span><span class="o">).</span><span class="nx">appendChild</span><span class="o">(</span><span class="nx">Y</span><span class="o">.</span><span class="nx">Node</span><span class="o">.</span><span class="nx">create</span><span class="o">(</span><span class="nx">XDR_SWF</span><span class="o">));</span> |
|
|
83 |
<span class="o">}</span> |
|
|
84 |
|
|
|
85 |
<span class="nx">Y</span><span class="o">.</span><span class="nx">mix</span><span class="o">(</span><span class="nx">Y</span><span class="o">.</span><span class="nx">io</span><span class="o">,</span> <span class="o">{</span> |
|
|
86 |
|
|
|
87 |
<span class="c">/**</span> |
|
|
88 |
<span class="c"> * @description Map of IO transports.</span> |
|
|
89 |
<span class="c"> *</span> |
|
|
90 |
<span class="c"> * @property _transport</span> |
|
|
91 |
<span class="c"> * @private</span> |
|
|
92 |
<span class="c"> * @static</span> |
|
|
93 |
<span class="c"> * @type object</span> |
|
|
94 |
<span class="c"> */</span> |
|
|
95 |
<span class="nx">_transport</span><span class="o">:</span> <span class="o">{},</span> |
|
|
96 |
|
|
|
97 |
<span class="c">/**</span> |
|
|
98 |
<span class="c"> * @description Object that stores callback handlers for cross-domain requests</span> |
|
|
99 |
<span class="c"> * when using Flash as the transport.</span> |
|
|
100 |
<span class="c"> *</span> |
|
|
101 |
<span class="c"> * @property _fn</span> |
|
|
102 |
<span class="c"> * @private</span> |
|
|
103 |
<span class="c"> * @static</span> |
|
|
104 |
<span class="c"> * @type object</span> |
|
|
105 |
<span class="c"> */</span> |
|
|
106 |
<span class="nx">_fn</span><span class="o">:</span> <span class="o">{},</span> |
|
|
107 |
|
|
|
108 |
<span class="c">/**</span> |
|
|
109 |
<span class="c"> * @description Method for accessing the transport's interface for making a</span> |
|
|
110 |
<span class="c"> * cross-domain transaction.</span> |
|
|
111 |
<span class="c"> *</span> |
|
|
112 |
<span class="c"> * @method _xdr</span> |
|
|
113 |
<span class="c"> * @private</span> |
|
|
114 |
<span class="c"> * @static</span> |
|
|
115 |
<span class="c"> * @param {string} uri - qualified path to transaction resource.</span> |
|
|
116 |
<span class="c"> * @param {object} o - Transaction object generated by _create() in io-base.</span> |
|
|
117 |
<span class="c"> * @param {object} c - configuration object for the transaction.</span> |
|
|
118 |
<span class="c"> * @return object</span> |
|
|
119 |
<span class="c"> */</span> |
|
|
120 |
<span class="nx">_xdr</span><span class="o">:</span> <span class="k">function</span><span class="o">(</span><span class="nx">uri</span><span class="o">,</span> <span class="nx">o</span><span class="o">,</span> <span class="nx">c</span><span class="o">)</span> <span class="o">{</span> |
|
|
121 |
<span class="k">if</span> <span class="o">(</span><span class="nx">c</span><span class="o">.</span><span class="nx">on</span><span class="o">)</span> <span class="o">{</span> |
|
|
122 |
<span class="k">this</span><span class="o">.</span><span class="nx">_fn</span><span class="o">[</span><span class="nx">o</span><span class="o">.</span><span class="nx">id</span><span class="o">]</span> <span class="o">=</span> <span class="nx">c</span><span class="o">.</span><span class="nx">on</span><span class="o">;</span> |
|
|
123 |
<span class="o">}</span> |
|
|
124 |
<span class="nx">o</span><span class="o">.</span><span class="nx">c</span><span class="o">.</span><span class="nx">send</span><span class="o">(</span><span class="nx">uri</span><span class="o">,</span> <span class="nx">c</span><span class="o">,</span> <span class="nx">o</span><span class="o">.</span><span class="nx">id</span><span class="o">);</span> |
|
|
125 |
|
|
|
126 |
<span class="k">return</span> <span class="nx">o</span><span class="o">;</span> |
|
|
127 |
<span class="o">},</span> |
|
|
128 |
|
|
|
129 |
|
|
|
130 |
<span class="c">/**</span> |
|
|
131 |
<span class="c"> * @description Fires event "io:xdrReady"</span> |
|
|
132 |
<span class="c"> *</span> |
|
|
133 |
<span class="c"> * @method xdrReady</span> |
|
|
134 |
<span class="c"> * @private</span> |
|
|
135 |
<span class="c"> * @static</span> |
|
|
136 |
<span class="c"> * @param {number} id - transaction id</span> |
|
|
137 |
<span class="c"> * @param {object} c - configuration object for the transaction.</span> |
|
|
138 |
<span class="c"> *</span> |
|
|
139 |
<span class="c"> * @return void</span> |
|
|
140 |
<span class="c"> */</span> |
|
|
141 |
<span class="nx">xdrReady</span><span class="o">:</span> <span class="k">function</span><span class="o">(</span><span class="nx">id</span><span class="o">)</span> <span class="o">{</span> |
|
|
142 |
<span class="nx">Y</span><span class="o">.</span><span class="nx">fire</span><span class="o">(</span><span class="nx">E_XDR_READY</span><span class="o">,</span> <span class="nx">id</span><span class="o">);</span> |
|
|
143 |
<span class="o">},</span> |
|
|
144 |
|
|
|
145 |
<span class="c">/**</span> |
|
|
146 |
<span class="c"> * @description Method to initialize the desired transport.</span> |
|
|
147 |
<span class="c"> *</span> |
|
|
148 |
<span class="c"> * @method transport</span> |
|
|
149 |
<span class="c"> * @public</span> |
|
|
150 |
<span class="c"> * @static</span> |
|
|
151 |
<span class="c"> * @param {object} o - object of transport configurations.</span> |
|
|
152 |
<span class="c"> * @return void</span> |
|
|
153 |
<span class="c"> */</span> |
|
|
154 |
<span class="nx">transport</span><span class="o">:</span> <span class="k">function</span><span class="o">(</span><span class="nx">o</span><span class="o">)</span> <span class="o">{</span> |
|
|
155 |
<span class="nx">switch</span> <span class="o">(</span><span class="nx">o</span><span class="o">.</span><span class="nx">id</span><span class="o">)</span> <span class="o">{</span> |
|
|
156 |
<span class="nx">case</span> <span class="s1">'flash'</span><span class="o">:</span> |
|
|
157 |
<span class="nx">_swf</span><span class="o">(</span><span class="nx">o</span><span class="o">.</span><span class="nx">src</span><span class="o">,</span> <span class="nx">o</span><span class="o">.</span><span class="nx">yid</span><span class="o">);</span> |
|
|
158 |
<span class="k">this</span><span class="o">.</span><span class="nx">_transport</span><span class="o">.</span><span class="nx">flash</span> <span class="o">=</span> <span class="nx">Y</span><span class="o">.</span><span class="nx">config</span><span class="o">.</span><span class="nx">doc</span><span class="o">.</span><span class="nx">getElementById</span><span class="o">(</span><span class="s1">'yuiIoSwf'</span><span class="o">);</span> |
|
|
159 |
<span class="k">break</span><span class="o">;</span> |
|
|
160 |
<span class="o">}</span> |
|
|
161 |
<span class="o">}</span> |
|
|
162 |
<span class="o">});</span> |
|
|
163 |
</pre></div> |
|
|
164 |
</div> |
|
|
165 |
</div> |
|
|
166 |
</div> |
|
|
167 |
<div class="yui-b"> |
|
|
168 |
<div class="nav"> |
|
|
169 |
|
|
|
170 |
<div id="moduleList" class="module"> |
|
|
171 |
<h4>Modules</h4> |
|
|
172 |
<ul class="content"> |
|
|
173 |
<li class=""><a href="module_anim.html" title="anim">anim</a></li> |
|
|
174 |
<li class=""><a href="module_attribute.html" title="attribute">attribute</a></li> |
|
|
175 |
<li class=""><a href="module_base.html" title="base">base</a></li> |
|
|
176 |
<li class=""><a href="module_cache.html" title="cache">cache</a></li> |
|
|
177 |
<li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li> |
|
|
178 |
<li class=""><a href="module_collection.html" title="collection">collection</a></li> |
|
|
179 |
<li class=""><a href="module_console.html" title="console">console</a></li> |
|
|
180 |
<li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li> |
|
|
181 |
<li class=""><a href="module_cookie.html" title="cookie">cookie</a></li> |
|
|
182 |
<li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li> |
|
|
183 |
<li class=""><a href="module_datasource.html" title="datasource">datasource</a></li> |
|
|
184 |
<li class=""><a href="module_datatype.html" title="datatype">datatype</a></li> |
|
|
185 |
<li class=""><a href="module_dd.html" title="dd">dd</a></li> |
|
|
186 |
<li class=""><a href="module_dom.html" title="dom">dom</a></li> |
|
|
187 |
<li class=""><a href="module_dump.html" title="dump">dump</a></li> |
|
|
188 |
<li class=""><a href="module_event.html" title="event">event</a></li> |
|
|
189 |
<li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li> |
|
|
190 |
<li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li> |
|
|
191 |
<li class=""><a href="module_history.html" title="history">history</a></li> |
|
|
192 |
<li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li> |
|
|
193 |
<li class="selected"><a href="module_io.html" title="io">io</a></li> |
|
|
194 |
<li class=""><a href="module_json.html" title="json">json</a></li> |
|
|
195 |
<li class=""><a href="module_node.html" title="node">node</a></li> |
|
|
196 |
<li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li> |
|
|
197 |
<li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li> |
|
|
198 |
<li class=""><a href="module_oop.html" title="oop">oop</a></li> |
|
|
199 |
<li class=""><a href="module_overlay.html" title="overlay">overlay</a></li> |
|
|
200 |
<li class=""><a href="module_plugin.html" title="plugin">plugin</a></li> |
|
|
201 |
<li class=""><a href="module_profiler.html" title="profiler">profiler</a></li> |
|
|
202 |
<li class=""><a href="module_queue.html" title="queue">queue</a></li> |
|
|
203 |
<li class=""><a href="module_slider.html" title="slider">slider</a></li> |
|
|
204 |
<li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li> |
|
|
205 |
<li class=""><a href="module_substitute.html" title="substitute">substitute</a></li> |
|
|
206 |
<li class=""><a href="module_test.html" title="test">test</a></li> |
|
|
207 |
<li class=""><a href="module_widget.html" title="widget">widget</a></li> |
|
|
208 |
<li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li> |
|
|
209 |
<li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li> |
|
|
210 |
<li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li> |
|
|
211 |
<li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li> |
|
|
212 |
<li class=""><a href="module_yui.html" title="yui">yui</a></li> |
|
|
213 |
</ul> |
|
|
214 |
</div> |
|
|
215 |
|
|
|
216 |
<div id="classList" class="module"> |
|
|
217 |
<h4>Classes</h4> |
|
|
218 |
<ul class="content"> |
|
|
219 |
<li class=""><a href="io.html" title="io">io</a></li> |
|
|
220 |
</ul> |
|
|
221 |
</div> |
|
|
222 |
|
|
|
223 |
<div id="fileList" class="module"> |
|
|
224 |
<h4>Files</h4> |
|
|
225 |
<ul class="content"> |
|
|
226 |
<li class=""><a href="io-base.js.html" title="io-base.js">io-base.js</a></li> |
|
|
227 |
<li class=""><a href="io-form.js.html" title="io-form.js">io-form.js</a></li> |
|
|
228 |
<li class=""><a href="io-queue.js.html" title="io-queue.js">io-queue.js</a></li> |
|
|
229 |
<li class=""><a href="io-upload-iframe.js.html" title="io-upload-iframe.js">io-upload-iframe.js</a></li> |
|
|
230 |
<li class="selected"><a href="io-xdr.js.html" title="io-xdr.js">io-xdr.js</a></li> |
|
|
231 |
</ul> |
|
|
232 |
</div> |
|
|
233 |
|
|
|
234 |
|
|
|
235 |
|
|
|
236 |
|
|
|
237 |
|
|
|
238 |
</div> |
|
|
239 |
</div> |
|
|
240 |
</div> |
|
|
241 |
<div id="ft"> |
|
|
242 |
<hr /> |
|
|
243 |
Copyright © 2009 Yahoo! Inc. All rights reserved. |
|
|
244 |
</div> |
|
|
245 |
</div> |
|
|
246 |
<script type="text/javascript"> |
|
|
247 |
ALL_YUI_PROPS = [{"access": "private", "host": "io", "name": "appendData", "url": "io.html#method_appendData", "type": "method"}, {"access": "private", "host": "io", "name": "_async", "url": "io.html#method__async", "type": "method"}, {"access": "private", "host": "io", "name": "_clearTimeout", "url": "io.html#method__clearTimeout", "type": "method"}, {"access": "private", "host": "io", "name": "_concat", "url": "io.html#method__concat", "type": "method"}, {"access": "private", "host": "io", "name": "_create", "url": "io.html#method__create", "type": "method"}, {"access": "private", "host": "io", "name": "_e", "url": "io.html#property__e", "type": "property"}, {"access": "private", "host": "io", "name": "_fn", "url": "io.html#property__fn", "type": "property"}, {"access": "private", "host": "io", "name": "_handleResponse", "url": "io.html#method__handleResponse", "type": "method"}, {"access": "", "host": "io", "name": "header", "url": "io.html#method_header", "type": "method"}, {"access": "private", "host": "io", "name": "_headers", "url": "io.html#property__headers", "type": "property"}, {"access": "private", "host": "io", "name": "_id", "url": "io.html#method__id", "type": "method"}, {"access": "private", "host": "io", "name": "_io", "url": "io.html#method__io", "type": "method"}, {"access": "", "host": "io", "name": "io", "url": "io.html#method_io", "type": "method"}, {"access": "", "host": "io", "name": "io:complete", "url": "io.html#event_io:complete", "type": "event"}, {"access": "", "host": "io", "name": "io:end", "url": "io.html#event_io:end", "type": "event"}, {"access": "", "host": "io", "name": "io:failure", "url": "io.html#event_io:failure", "type": "event"}, {"access": "", "host": "io", "name": "io:start", "url": "io.html#event_io:start", "type": "event"}, {"access": "", "host": "io", "name": "io:success", "url": "io.html#event_io:success", "type": "event"}, {"access": "", "host": "io", "name": "io:xdrReady", "url": "io.html#event_io:xdrReady", "type": "event"}, {"access": "private", "host": "io", "name": "_ioCancel", "url": "io.html#method__ioCancel", "type": "method"}, {"access": "private", "host": "io", "name": "_ioComplete", "url": "io.html#method__ioComplete", "type": "method"}, {"access": "private", "host": "io", "name": "_ioEnd", "url": "io.html#method__ioEnd", "type": "method"}, {"access": "private", "host": "io", "name": "_ioFailure", "url": "io.html#method__ioFailure", "type": "method"}, {"access": "private", "host": "io", "name": "_ioStart", "url": "io.html#method__ioStart", "type": "method"}, {"access": "private", "host": "io", "name": "_ioSuccess", "url": "io.html#method__ioSuccess", "type": "method"}, {"access": "private", "host": "io", "name": "_isInProgress", "url": "io.html#method__isInProgress", "type": "method"}, {"access": "", "host": "io", "name": "promote", "url": "io.html#method_promote", "type": "method"}, {"access": "", "host": "io", "name": "purge", "url": "io.html#method_purge", "type": "method"}, {"access": "private", "host": "io", "name": "_qState", "url": "io.html#property__qState", "type": "property"}, {"access": "private", "host": "io", "name": "_queue", "url": "io.html#method__queue", "type": "method"}, {"access": "private", "host": "io", "name": "_readyState", "url": "io.html#method__readyState", "type": "method"}, {"access": "private", "host": "io", "name": "_remove", "url": "io.html#method__remove", "type": "method"}, {"access": "private", "host": "io", "name": "_serialize", "url": "io.html#method__serialize", "type": "method"}, {"access": "private", "host": "io", "name": "_setHeader", "url": "io.html#method__setHeader", "type": "method"}, {"access": "private", "host": "io", "name": "_setHeaders", "url": "io.html#method__setHeaders", "type": "method"}, {"access": "private", "host": "io", "name": "_shift", "url": "io.html#method__shift", "type": "method"}, {"access": "private", "host": "io", "name": "_size", "url": "io.html#method__size", "type": "method"}, {"access": "", "host": "io", "name": "size", "url": "io.html#method_size", "type": "method"}, {"access": "", "host": "io", "name": "start", "url": "io.html#method_start", "type": "method"}, {"access": "private", "host": "io", "name": "_startTimeout", "url": "io.html#method__startTimeout", "type": "method"}, {"access": "private", "host": "io", "name": "_stop", "url": "io.html#method__stop", "type": "method"}, {"access": "", "host": "io", "name": "stop", "url": "io.html#method_stop", "type": "method"}, {"access": "private", "host": "io", "name": "_swf", "url": "io.html#method__swf", "type": "method"}, {"access": "private", "host": "io", "name": "_timeOut", "url": "io.html#property__timeOut", "type": "property"}, {"access": "private", "host": "io", "name": "_tPubSub", "url": "io.html#method__tPubSub", "type": "method"}, {"access": "private", "host": "io", "name": "transactionId", "url": "io.html#property_transactionId", "type": "property"}, {"access": "private", "host": "io", "name": "_transport", "url": "io.html#property__transport", "type": "property"}, {"access": "", "host": "io", "name": "transport", "url": "io.html#method_transport", "type": "method"}, {"access": "private", "host": "io", "name": "_unshift", "url": "io.html#method__unshift", "type": "method"}, {"access": "private", "host": "io", "name": "_upload", "url": "io.html#method__upload", "type": "method"}, {"access": "private", "host": "io", "name": "_xdr", "url": "io.html#method__xdr", "type": "method"}, {"access": "private", "host": "io", "name": "xdrReady", "url": "io.html#method_xdrReady", "type": "method"}, {"access": "private", "host": "io", "name": "_xhr", "url": "io.html#method__xhr", "type": "method"}, {"access": "private", "host": "io", "name": "_yQ", "url": "io.html#property__yQ", "type": "property"}]; |
|
|
248 |
</script> |
|
|
249 |
</body> |
|
|
250 |
</html> |