Ticket #6064 (closed enhancement: fixed)
extend dojo.io.script to allow attaching to child iframes
| Reported by: | jburke | Owned by: | jburke |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | IO | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
For comet long polling using script tags, Firefox and Opera operate attached scripts in DOM order, and not network order. This means a long-polling script tag can block other attached scripts.
Allow for a way to tell dojo.io.script to attach and get callbacks from a child iframe, to allow attaching long polling scripts in the iframe. This will free up the main window to do other script attachments without being blocked.
Change History
Note: See
TracTickets for help on using
tickets.