Changes

Jump to: navigation, search

WebAPI/XHRBatch

86 bytes removed, 15:13, 18 November 2013
Proposed API
partial interface XMLHttpRequest {
readonly attribute XHRBatch batch; // The batch this request belonging to.
Promise<boolean> addToBatch(); // Add this request to the batch belonged to.
Promise<boolean> removeFromBatch(); // Remove this request from the batch belonged to.
}
Confirm
398
edits

Navigation menu