Ticket #1149 (new enhancement)

Opened 2 years ago

Last modified 6 months ago

notify when queued request is fired

Reported by: Grzegorz Tańczky Owned by: jburke
Priority: normal Milestone: 1.3
Component: IO Version: 0.3.1
Severity: normal Keywords: iframeio bind io request queue queued
Cc:

Description

I suggest to add callback function whch is fired after this line:

if((this.currentRequest)(this.requestQueue.length == 0)){ return; } in fireNextRequest function

it is useful to be informed when request is fired, for example in fileuploads using IFrameIO

Change History

Changed 2 years ago by dylan

  • milestone set to 0.4

Changed 2 years ago by jburke

I might be able to pick this one up when I do the work to add timeout support for IframeIO. Perhaps add an additional callback handler that is supported on the dojo.io.Request object -- start: function(type, kwArgs). Not sure start is the best word for the function. Trying to keep it short like "load" or "handle". started? begin? Any better ideas?

Also, perhaps instead of using its own private queue, should IframeIO use dojo.io.queueBind() in some way? I haven't looked at the code yet, just making some notes, asking for feedback.

Changed 2 years ago by dylan

  • owner changed from alex to jburke

Changed 2 years ago by dylan

James, feature freeze for 0.4 is end of Monday... let me know if you want to tackle this before then... otherwise, please push to 0.5.

Changed 2 years ago by dylan

  • milestone changed from 0.4 to 0.5

Changed 13 months ago by jburke

  • milestone changed from 0.9 to 1.0

Not critical for 0.9. Moving to 1.0

Changed 11 months ago by jburke

  • version changed from browserio_package to 0.3.1
  • milestone changed from 1.0 to 2.0

Changed 6 months ago by alex

  • milestone changed from 2.0 to 1.3

Milestone 2.0 deleted

Note: See TracTickets for help on using tickets.