From 5ccfac81edc18b7cdb9536e749798bb132b31cfb Mon Sep 17 00:00:00 2001 From: Ted Eiles Date: Tue, 19 Dec 2017 22:21:45 -0500 Subject: [PATCH] Reviewed getBlobData source, not return value (void) --- docs/api/session.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/api/session.md b/docs/api/session.md index b84535aa62..42fdc70696 100644 --- a/docs/api/session.md +++ b/docs/api/session.md @@ -356,8 +356,6 @@ Returns `String` - The user agent for this session. * `callback` Function * `result` Buffer - Blob data. -Returns `Buffer` - The blob data associated with the `identifier`. - #### `ses.createInterruptedDownload(options)` * `options` Object