Browse Source

change getBlobData return type from Blob to Buffer, fixes doc and typescript def

Ted Eiles 7 years ago
parent
commit
19f2d42c07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/session.md

+ 1 - 1
docs/api/session.md

@@ -356,7 +356,7 @@ Returns `String` - The user agent for this session.
 * `callback` Function
   * `result` Buffer - Blob data.
 
-Returns `Blob` - The blob data associated with the `identifier`.
+Returns `Buffer` - The blob data associated with the `identifier`.
 
 #### `ses.createInterruptedDownload(options)`