WebAPI/XHRBatch: Difference between revisions

Jump to navigation Jump to search
m
Line 45: Line 45:
   
   
  partial interface XMLHttpRequest {
  partial interface XMLHttpRequest {
     readonly attribute XHRBatch batch;  // The batch this request belonged to.
     readonly attribute XHRBatch batch;  // The batch this request belonging to.
     Promise<boolean> addToBatch();      // Add this request to the batch belonged to.
     Promise<boolean> addToBatch();      // Add this request to the batch belonged to.
     Promise<boolean> removeFromBatch(); // Remove this request from the batch belonged to.
     Promise<boolean> removeFromBatch(); // Remove this request from the batch belonged to.
Confirmed users
398

edits

Navigation menu