📄 readme
字号:
-------------------------------------------------------------------------------DojoX IO-------------------------------------------------------------------------------Version 0.4.0Release date: 07/04/2008-------------------------------------------------------------------------------Project state:experimental-------------------------------------------------------------------------------Credits Bryan Forbes (bryan@reigndropsfall.net) Kris Zyp (kris@sitepen.com) James Burke (jburke@dojotoolkit.org)-------------------------------------------------------------------------------Project descriptionscriptFrame.js - Uses an iframe for dojo.io.script requests. Useful in somelong-polling comet situations in Firefox and Opera. Those browsers execute scriptsin DOM order, not network-receive order, so a long-polling script will block otherdynamically appended scripts from running until it completes. By using an iframefor the dojo.io.script requests, this issue can be avoided.xhrMultiPart.js - Constructs multi-part mime XHR requests. Useful when wantingmulti-part requests but not using a form with a file input. Note that it does notallow you to send files from local disks -- a form with a file input is requiredfor that use case. xhrMultipart is not useful in that use case.xhrPlugins.js - An adapter registry for having multiple XHR handlers (like XDomainRequest, CS-XHR, proxy, and window.name)windowName.js - Cross-domain transport using window.namexhrWindowNamePlugin.js - window.name plugin for XHR adapter registryhttpParse.js - HTTP message parser. Parses to an XHR like interface.-------------------------------------------------------------------------------Dependencies:DojoX IO xhrMultiPart depends on Dojo Core and DojoX UUID's generateRandomUuid function.xhrWindowNamePlugin depends on dojox.secure.capability for safe JSON parsing-------------------------------------------------------------------------------Documentation-------------------------------------------------------------------------------Installation instructionsGrab the following from the Dojo SVN Repository:http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/uuid.jshttp://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/uuid/*http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/secure/*Install into the following directory structure:/dojox/uuid//dojox/secure/ANDGrab the following from the Dojo SVN Repository:http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/io/*Install into the following directory structure:/dojox/io/...both of which should be at the same level as your Dojo checkout.-------------------------------------------------------------------------------Additional NotesThe information contained in this README does not pertain to DojoX XHR IFrame Proxy. For that information see proxy/README.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -