Confirmed users
398
edits
(Created page with "= XHRBatch API (DRAFT) = == Goal == The goal of this API is to let data uploading/downloading can be performed without the APP staying in the memory during the transmission. ...") |
m (→Proposed API) |
||
| Line 49: | Line 49: | ||
Promise<boolean> removeFromBatch(); // Remove this request from the batch belonged to. | Promise<boolean> removeFromBatch(); // Remove this request from the batch belonged to. | ||
} | } | ||
== Proposer == | |||
Thinker Li | |||