WebAPI/XHRBatch: Difference between revisions

Jump to navigation Jump to search
Line 25: Line 25:
   const unsigned short WAITING = 1;      // This batch is submitted, but not in a transmission.
   const unsigned short WAITING = 1;      // This batch is submitted, but not in a transmission.
   const unsigned short SENDING = 2;      // This batch is in a transmission.
   const unsigned short SENDING = 2;      // This batch is in a transmission.
   const unsigned short COMPLETED = 3;    // All requests in this batch is completed or failed.
   const unsigned short COMPLETED = 3;    // All requests in this batch are completed or failed.
   const unsigned short DROPPED = 4;      // This batch is already removed from the user agent.
   const unsigned short DROPPED = 4;      // This batch is already removed from the user agent.
   readonly attribute unsigned short state;
   readonly attribute unsigned short state;
Confirmed users
398

edits

Navigation menu