Refactors GetAnnotationsRequest and GetPageRequest

This commit is contained in:
Yury Delendik 2014-05-08 15:02:53 -05:00
parent 2008f74185
commit cc9643cf32
3 changed files with 31 additions and 52 deletions

View file

@ -1448,7 +1448,6 @@ MessageHandler.prototype = {
* @param {String} actionName Action to call.
* @param {JSON} data JSON data to send.
* @param {Array} [transfers] Optional list of transfers/ArrayBuffers.
* @param {boolean} withPromise true if response if expected.
* @returns {Promise} Promise to be resolved with response data.
*/
sendWithPromise: