Confirmed users
398
edits
m (→Use Case) |
m (→Proposed API) |
||
| Line 45: | Line 45: | ||
partial interface XMLHttpRequest { | partial interface XMLHttpRequest { | ||
readonly attribute XHRBatch batch; // The batch this request | 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. | ||